-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtemplate.html
23 lines (23 loc) · 950 Bytes
/
template.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Home thing -->
<link rel="stylesheet" href="https://awashcard0.pages.dev/home-thing/style.css">
<script src='https://awashcard0.pages.dev/home-thing/script.js'></script>
<!-- End home thing -->
<link rel="stylesheet" href="/style.css">
<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=Hanken+Grotesk&display=swap" rel="stylesheet">
<title>Awashcard0</title>
</head>
<body>
<div class="topnav">
<a class="active" href="/">Home</a>
<a href="/stuff">What I have made</a>
<a href="/games">Games</a>
<a href="/about">About</a>
</div>
</body>
</html>