-
Notifications
You must be signed in to change notification settings - Fork 0
/
mistkaes.html
70 lines (69 loc) · 2.84 KB
/
mistkaes.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-176835373-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-176835373-1');
</script>
<title>SpDA581xd | CodexForster</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style_random.css">
<meta name="description" content="CodexForster is the personal website of Danush S">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Sacramento&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Tajawal&display=swap" rel="stylesheet">
</head>
<body>
<nav>
<div class="logo">
<a href="index">Codex Forster</a>
</div><!--logo.div-->
<ul class='nav-links'>
<li>
<a href="index">Home</a>
</li>
<li>
<a href="posts">Posts</a>
</li>
<li>
<a href="about">About</a>
</li>
<li>
<a href="random">SpDA581xd</a>
</li>
<li>
<a href="#">Mistkaes</a>
</li>
</ul>
</nav>
<script src="app.js"></script>
<div class="banner-area">
<h2>Mistkaes happen. Deal with it!</h2>
</div>
<div class="content-area">
<div class="wrapper">
<h2>
This page is for random stuff I'd like to store on my website. Find the links to my random posts given below:
</h2>
<ol>
<li>
<a href="Posts/randompost4">Purpose</a>
</li>
<li>
<a href="Posts/randompost3">An Experimental Physicist's Lesson</a>
</li>
<li>
<a href="Posts/randompost2">Originality: A dying trait</a>
</li>
<li>
<a href="Posts/randompost1">The Boys!</a>
</li>
</ol>
</div><!--.wrapper div-->
</div><!--.content-area div-->
</body>
</html>