-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 872 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./style.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/Raphdf201/Raphdf201.github.io@main/assets/darkMode/darkMode_TR.css"
/>
<link
rel="shortcut icon"
href="./assets/images/logo.ico"
type="image/x-icon"
/>
<title>Raphdf201 Sitemap</title>
</head>
<body>
<h1>Raphdf201's site</h1>
<h2>Sitemap</h2>
<ul>
<li><a href="./apod/apod-index.html">Image of the day (apod)</a></li>
</ul>
<button class="dark-button" onclick="toggleMode()">Toggle dark mode</button>
<script src="https://cdn.jsdelivr.net/gh/Raphdf201/Raphdf201.github.io@main/assets/darkMode/darkMode.js"></script>
</body>
</html>