-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite-nav.html
More file actions
40 lines (40 loc) · 1.64 KB
/
site-nav.html
File metadata and controls
40 lines (40 loc) · 1.64 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
<!DOCTYPE html>
<html>
<head>
<meta name="title" content="Site Navigation - Its Acromatic | Arnav Mishra">
<meta name="description" content="Easily explore the Its Acromatic website with this navigation page. Find all important links here.">
<meta name="keywords" content="Arnav Mishra, Its Acromatic navigation, site map, explore">
<meta name="author" content="Arnav Mishra">
<meta name="robots" content="index, follow">
<meta property="theme-color" content="#121121">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://its-acromatic.github.io/style.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Rubik+Vinyl&display=swap');
</style>
</head>
<body>
<div class="center">
<div>
<h1><h1 style="font-family: Rubik Vinyl; color: #3328d1">Acromatic</h1>
</div>
<div>
<h4>Site Navigation </h4>
</div>
<div>
<a href="https://its-acromatic.github.io/"> Home </a> <br>
<br>
<a href="https://its-acromatic.github.io/projects"> Projects </a> <br>
<br>
<a href="https://its-acromatic.github.io/posts/"> Posts </a> <br>
<br>
<a href="https://its-acromatic.github.io/fav-music"> Fav Music/Song </a> <br>
<br>
<a href="https://its-acromatic.github.io/contact"> Contact </a> <br>
<br>
</div>
<hr>
<p>Bye Bye! 👋</p>
</div>
</body>
</html>