-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (32 loc) · 930 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
32
33
34
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta https-equiv="X-UA-Compatible" content="IE-edge" />
<meta
name="viewpoint"
content="width=device-width, initial-scale=1.0"
/>
<title>somniasum</title>
<link rel="stylesheet" href="style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
/>
</head>
<body>
<header class="header">
<ul class="logo">
<li><a href="index.html"></a></li>
</ul>
<nav class="navbar">
<li><a href="About/about.html">/</a></li>
</nav>
</header>
<main>
<section>
<div class="console-container">somniasum</div>
</section>
</main>
</body>
</html>