42 lines
No EOL
1.4 KiB
HTML
42 lines
No EOL
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>N0VA CLIENT</title>
|
|
<link rel="shortcut icon" href="assets/icon.png" type="image/x-icon">
|
|
<link rel="stylesheet" href="home.css">
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
|
|
rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
|
|
<ul>
|
|
<li><a style="margin-left: 5px;" href="index.html">Home</a></li>
|
|
<li><a class="active" href="clients.html">Clients</a></li>
|
|
<li><a href="worlds.html">Worlds</a></li>
|
|
<li><a href="packs.html">Resource Packs</a></li>
|
|
<li><a href="servers.html">Servers</a></li>
|
|
<li><a href="mc quick guide/index.html" target="_blank">Quick Guide</a></li>
|
|
|
|
</ul>
|
|
|
|
<br><br><br>
|
|
|
|
<h1 align="center" style="font-size: 45px;">Wait!</h1>
|
|
|
|
<br>
|
|
|
|
<p align="center" style="font-size: 20px; font-family: font-medium;">Before you go, we want to tell you that this client's voicechat<br>feature is <b>not</b> completely safe and could leak<br>your IP address. Proceed with caution!</p>
|
|
|
|
<br><br>
|
|
|
|
<div class="container">
|
|
<a href="clients.html">
|
|
<button class="button" style="background-color: #008000; border-width: 0; margin: 5px;">Back to Safety</button>
|
|
</a>
|
|
|
|
<a href="clients/1.5/N0VA CLIENT.html">
|
|
<button class="button" style="background-color: transparent; margin: 5px; border-width: 3px;">Continue</button>
|
|
</a>
|
|
</div> |