-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextra.html
28 lines (26 loc) · 907 Bytes
/
extra.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
<html lang="en">
<head>
<link rel="icon" href="https://fav.farm/💾" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Manrope:[email protected]&display=swap" rel="stylesheet">
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<link rel="stylesheet" href="styles.css">
<title>Extras | Creeper's Website</title>
</head>
<body>
<header class="navbar">
<a href="index.html">Home</a>
<a href="projects.html">Projects</a>
<a href="extra.html">Extras</a>
</header>
<div id="title">
<div class="home_content">
<h1>Work in progress</h1>
</div>
</div>
</body>
</html>