forked from MNblocker/Astro-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
29 lines (27 loc) · 949 Bytes
/
about.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" >ASTRO</a></li>
<li><a href="about.html" class="active">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>
</ul>
<h1 class="abouttitle">
ASTRO
</h1>
<p class="abouttitle">
is a game site for you to play games.
made by <a href="https://github.com/kerbalis">kerbalis</a>. pretty #swag, right?????
</p>
</body>
</html>