-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (27 loc) · 871 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- CSS innit -->
<link rel="stylesheet" href="css/style.css">
<title>goninty</title>
<!--Favicon-->
<link rel="icon" href=favicon.ico type="image/ico">
</head>
<body>
<div id="main">
<!--
<div id="links">
<p>[ </p><a href="#"><p id="boldest">G</p>itHub</a><p> ]</p>
<p>[ </p><a href="#"><p id="boldest">L</p>inkedIn</a><p> ]</p>
</div>
<br>
-->
<p id="caret"> </p>
</div>
</body>
<!-- JS please -->
<script src="js/terminal.js"></script>
</html>