-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (58 loc) · 1.84 KB
/
index.html
File metadata and controls
59 lines (58 loc) · 1.84 KB
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
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<title>TITLE</title>
<link
id="favicon"
rel="icon"
href="/favicon-32x32.png"
type="image/x-icon"
/>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="stylesheet" href="/public/style.css" />
<script href="script.js"></script>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1"
/>
<meta property="og:type" content="website" />
<meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:url" content="" />
<meta property="og:image" content="" />
</head>
<body>
<header>
<div class="topnav">
<!-- BUTTON <a href="LINK" class="active">TXT</a>-->
<a class="title">NAME</a>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<!-- Add font awesome icons -->
<a href="#" class="fa fa-github"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="/3" class="button">3</a>
<a href="/2" class="button">2</a>
<a href="/1" class="button">1</a>
</div>
</header>
<section>
<!--BODY-->
</section>
<center>
<footer>
<a class="mit" href="/mit" target="_blank">MIT License</a> |
<a class="mit" href="/mit" target="_blank"
>Copyright (c) [OWNER] 2020
</a>
</footer>
</center>
</body>
</html>