-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
49 lines (47 loc) · 1.63 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<link
rel="shortcut icon"
href="./assets/images/icon.png"
type="image/png"
/>
<title>SchoolNet</title>
<link rel="stylesheet" href="./css/master.css" />
<script src="/uv/uv.bundle.js" charset="UTF-8"></script>
<script src="/uv/uv.config.js"></script>
<script src="./js/preload.js"></script>
</head>
<body theme="main">
<nav>
<div class="logo">
<img src="./assets/images/icon.png" alt="Logo" draggable="false" />
<h1>SchoolNet</h1>
</div>
<p id="time"></p>
<div class="navitems">
<div class="navitem"><a selected href="/">Home</a></div>
<div class="navitem"><a href="/gs.html">Games</a></div>
<div class="navitem"><a href="/apps.html">Apps</a></div>
<div class="navitem"><a href="/emulator.html">Emulator</a></div>
<div class="navitem"><a href="/search.html">Search</a></div>
<div class="navitem"><a href="/chat.html">Chat</a></div/
</div>
</nav>
<div class="center-container">
<h1>SchoolNet</h1>
<p id="splash">
Welcome to SchoolNet, the ultimate unblocked game site! This site is
created by Bradyn Blackburn, to bring you the best unblocking
experience. Whether you're at school or work, SchoolNet has got you
covered. So, sit back, relax, and enjoy our collection of games and
apps!
</p>
<br />
<button onclick="window.location.href='/index.html'" class="button play">
Done reading?
</button>
</div>
<script src="./js/index.js"></script>
</body>
</html>