-
Notifications
You must be signed in to change notification settings - Fork 27
/
index.html
56 lines (50 loc) · 1.85 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<script>
var exports = {};
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<meta name="google-signin-client_id" content="660478178460-nqtrp198r5uvfsgn3sftekppodekgfm5.apps.googleusercontent.com">
<link href="https://fonts.googleapis.com/css2?family=Archivo:wght@400;900&display=swap" rel="stylesheet">
<script src="https://apis.google.com/js/platform.js" async defer>
</script>
<link href="css/main.css" rel="stylesheet" type="text/css" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Nylon</title>
<link href="/public/assets/css/main.css" rel="stylesheet" type="text/css" />
<script src="https://requirejs.org/docs/release/2.3.5/minified/require.js">
</head>
<body>
<div class="title">
<h1 class="titletext">Nylon</h1>
<h5 class="subtitletext">A simplistic proxy site</h5>
</div>
<div class="buttons">
<button class="button button1" onclick="home()" value="Home"> Home </button>
<button class="button button1" onclick="games()" value="Games"> Games </button>
<button class="button button1" onclick="credits()" value="credits"> Credits </button>
<div class="dropdown">
<button class="dropbtn">Proxies</button>
<div class="dropdown-content">
<a href="#" onclick="alloy()">Alloy</a>
<a href="#" onclick="palladium()">Palladium</a>
<a href="#" onclick="womginx()">Womginx</a>
</div>
</div>
</div>
</div>
<iframe src="/pages/home.html" class="contentiframe" id="gamesbutton">
Your browser doesn't support iframes
</iframe>
<script src="js/main.js">
</script>
</body>
</html>