-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.12 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Delta Catalogue</title>
<link href="favicon.ico" rel="icon" type="image/x-icon" />
<link rel="shortcut icon" href="../favicon.ico" />
<meta property="og:title" content="DeltaCatalogue">
<meta property="og:description" content="Archiving Windows Betas the way it should be done">
<meta property="og:image" content="delcat.png">
<meta property="og:url" content="https://garrystraityt.github.io/DC-TestWebsite/">
<meta property="og:type" content="website">
<link rel="stylesheet" href="styles.css">
<link id="theme" rel="stylesheet" href="light-mode.css">
</head>
<body>
<header>
<a href="index.html">
<img id="company-logo" src="delcat.png" alt="DeltaCatalogue Logo">
</a>
<h1>DeltaCatalog</h1>
<p>Archiving Windows Betas the way it should be done</p>
</header>
<nav>
<ul>
<li><a href="">Temporary Resource Link</a></li>
</ul>
</nav>
<button id="toggle">Toggle Dark Mode</button>
<script src="dark-mode-toggle.js"></script>
</body>