-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
27 lines (26 loc) · 1012 Bytes
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="fuck.css">
<script defer src="script.js"></script>
<title>Home</title>
</head>
<body>
<h1><strong><div id="divA" class="first-div">
</div></strong></h1>
<p><strong><div id=divA" class="second-div">
///Placeholder///Placeholder///Placeholder///Placeholder///Placeholder///Placeholder///Placeholder///
</div></strong></p>
<div id="torso">
<nav id="links">
<a href="/" class="" aria-current="page">Home</a> |
<a href="/about" class="router-link-exact-active">About</a> |
<a href="/socials" class="">Socials</a>
</nav>
</div>
</body>
</html>