-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
Β·29 lines (27 loc) Β· 1.15 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head xmlns="http://www.w3.org/1999/html">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Will's Nerds</title>
<meta name="viewport" content="width=1200" />
<meta name="author" content="will kim"/>
<meta name="robots" content="index,follow">
<script type="text/javascript" src="CMRotate.js"></script>
<script type="text/javascript" src="Nerds.js"></script>
<link rel="stylesheet" href="./assets/utils.css">
<link rel="stylesheet" href="index.css">
</head>
<body>
<nav id="About-Nerd">
<a href="./about/about.html">about</a>
</nav>
<div class="Nerds-container">
<h1 id="Nerd">Nerd</h1>
<p id="Nerd-description">Nerd, Nerding, Nerd-o-matic</p>
<span id="Nerd-links"><a id="Nerd-url" href="#" target="_blank">Website</a></span>
</div>
<div id="rotate-div" class="chand"></div>
<script type="text/javascript" src="index.js"></script>
</body>
</html>