-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (25 loc) · 932 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
<!DOCTYPE html>
<html>
<head>
<title>Ammaar's Web Home</title>
<meta charset="utf-8">
<meta name=viewport content="width=device-width, initial-scale=1">
<meta property="og:site_name" content="Ammaar's Web Home">
<meta property="og:type" content="website">
<meta property="og:url" content="https://marz619.github.io">
<meta property="og:locale" content="en">
<meta property="og:title" content="Homepage">
<link rel="stylesheet" type="text/css" href="ammaar.css">
</head>
<body>
<div class="content" unselectable="on">
<h1 id="header">Ammaar's Web Home</h1>
<a rel="me" href="https://mastodon.social/@marz619">🐘</a>
</div>
<!-- scripts -->
<script type="text/javascript" src="utils.js"></script>
<script type="text/javascript" src="animation.js"></script>
<script type="text/javascript" src="colour.js"></script>
<script type="text/javascript" src="index.js"></script>
</body>
</html>