-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
29 lines (27 loc) · 995 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
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>astro</title>
<link rel="stylesheet" href="./style.css">
<link rel="icon" href="https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/Earth.ico?v=1698115625980" type="image/x-icon">
</head>
<body>
<ul>
<li><a href="index.html" class="active">ASTRO</a></li>
<li><a href="about.html">about</a></li>
<li><a href="license.html">license</a></li>
<li><a href="games.html">games</a></li>
<li><a href="https://mnblocker.vercel.app/">MNblocker</a></li>
<li><a href="bookmarklets.html">bookmarklets</a></li>
</ul>
<h1 class="hometitle">
ASTRO
</h1>
<p class="hometitle">
is a stupid little website made by stupid little kid stupid little idiot for you to play stupid idiot games. got it??????
</p>
</body>
</html>