Update N0VA CLIENT Warning
This commit is contained in:
parent
a7b6732d0d
commit
9bdae221af
2 changed files with 38 additions and 1 deletions
|
|
@ -20,10 +20,12 @@
|
|||
<li style="float: right;"><a href="https://github.com/cobblesteve01/Eaglercraft-Extras" target="_blank"><img src="github.png" style="height: 25px; color: white;" alt=""></a></li>
|
||||
</ul>
|
||||
|
||||
<br>
|
||||
|
||||
<h1 align="center" style="font-size: 40px;">Choose your Version</h1>
|
||||
|
||||
<br><br><br><br>
|
||||
|
||||
<div class="container">
|
||||
<button class="button" style="height: 200px; cursor: unset; margin: 15px;"><h1 style="font-size: 25px;">1.8</h1><p style="font-size: 14px; padding-bottom: 15px;">Version: u29</p><a class="play-hover" style="text-decoration: none; color: white; border-radius: 12.5px; background-color: dodgerblue; padding-top: 10px; padding-bottom: 10px; padding-right: 40px; padding-left: 40px;" href="clients.html"><span class="material-icons-round">input</span> Select</a></button><br>
|
||||
<button class="button" style="height: 200px; cursor: unset; margin: 15px;"><h1 style="font-size: 32px;">1.8</h1><p style="font-size: 14px; padding-bottom: 15px;">Version: u29</p><a class="play-hover" style="text-decoration: none; color: white; border-radius: 12.5px; background-color: dodgerblue; padding-top: 10px; padding-bottom: 10px; padding-right: 40px; padding-left: 40px;" href="clients.html"><span class="material-icons-round">input</span> Select</a></button><br>
|
||||
</div>
|
||||
35
warning.html
35
warning.html
|
|
@ -1 +1,36 @@
|
|||
<!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="mc-logo.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 style="float: right;"><a href="https://github.com/cobblesteve01/Eaglercraft-Extras" target="_blank"><img src="github.png" style="height: 25px; color: white;" alt=""></a></li>
|
||||
</ul>
|
||||
|
||||
<br><br><br>
|
||||
|
||||
<h1 align="center" style="font-size: 45px;">Wait!</h1>
|
||||
|
||||
<br>
|
||||
|
||||
<p align="center" style="font-size: 15px; font-family: inter-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">
|
||||
<button class="button" style="background-color: dodgerblue; border-width: 0; margin: 5px;">Back to Safety</button>
|
||||
<button class="button" style="background-color: transparent; margin: 5px; border-width: 3px;"></button>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue