-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathindex.html
22 lines (21 loc) · 974 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/index.css">
<link rel="icon" type="image/png" href="/img/cornicon.png">
<title>Corn Unblocked</title>
</head>
<body>
<h1>Welcome to Corn Unblocked!</h1>
<img class="mainimg" src="/img/corn.svg" alt="Corn Unblocked" class="center">
<p>This site features unblocked games and a pr0xy!</p>
<a class="button" href="/games/index.html">Games</a>
<a class="button" href="/pr0xy/index.html">Pr0xy</a>
<a class="button" href="/devtools/index.html">Developer Tools</a>
<a class="button" href="/settings/index.html">Settings</a>
<a class="button" href="/about/index.html">About</a>
<footer>Licensed under the <a href="license.txt">MIT License</a>. Image under the <a href="https://creativecommons.org/licenses/by/4.0/legalcode">CC BY 4.0</a>.</footer>
<script src="/scripts/themeloader.js"></script>
</body>
</html>