Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Coding4Hours authored Sep 17, 2023
1 parent 54cc2bc commit 1867124
Showing 1 changed file with 15 additions and 21 deletions.
36 changes: 15 additions & 21 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script src="./uv/uv.config.js" defer=""></script>
<script src="./uv/uv.bundle.js" defer=""></script>
<script src="register-sw.js" defer></script>

<script src="/uv/uv.config.js" defer=""></script>
<script src="/uv/uv.bundle.js" defer=""></script>
<script src="register-sw.js" defer></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Comfortaa&amp;display=swap" rel="stylesheet">
Expand All @@ -14,7 +13,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body {
body {
font-family: "Comfortaa";
font-size: "25px";
text-align: center;
Expand Down Expand Up @@ -67,10 +66,12 @@
margin: 10px;
color: white;
}

body {
font-family: Arial, Helvetica, Comfortaa sans-serif;
}
.navbar {

.navbar {
overflow: hidden;
background-color: #29304d;
}
Expand Down Expand Up @@ -207,33 +208,26 @@
}

.light-mode {
background-color: white;
color: black;
background-color: white;
color: black;
font-family: Comfortaa;
}
}
</style>
</head>
<body>
<div class="navbar">
<a href="./realindex.html">Home</a>
<a href="./proxs.html">Proxys</a>
<a href="./gxmes.html">Games</a>
<a href="/">Home</a>
<a href="/leaderboard.html">Leaderboard</a>
<a href="/proxs.html">Proxys</a>
<a href="/gxmes.html">Games</a>
<div class="dropdown">
<button class="dropbtn">
<b>Extras</b>
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="./blank.html">About:blank</a>
<a href="./leaderboard.html">Leaderboard</a>
<a href="./search.html">Proxy</a>
</div>
</div>
</div>
<title>Eternal Hub</title>
</head>

<body>
<iframe src="https://eternal-proxy.onrender.com/" width="1520" height="660"></iframe>
<iframe src="https://eternal-proxy.onrender.com/" width="1520" height="660"></iframe>
</body>
</html>

0 comments on commit 1867124

Please sign in to comment.