-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Rubik&display=swap" rel="stylesheet">
<link rel="icon" href="https://raw.githubusercontent.com/withthelog/withthelog.xyz/refs/heads/main/favicon.ico">
<title>home</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h1 class="logo">J.</h1>
<div class="buttons">
<button onclick="window.location.href='https://music.withthelog.xyz';">my spotify jam</button>
<button onclick="window.location.href='https://dnd.withthelog.xyz';">DnD dices</button><br>
<button onclick="window.location.href='https://withthelog.xyz/about';">about</button>
</div>
<br>
<i>please bear in mind that these sites are not optimized for viewing on any smartphones.<br>It is recommended to use a PC for a good experience without any bugs. :)</i>
</div>
</body>
</html>