You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
921 B
HTML
18 lines
921 B
HTML
2 years ago
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<title>ASTRIS</title>
|
||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
|
||
|
</head>
|
||
|
<body class="bg-dark text-white">
|
||
|
<div class="x-4 py-5 my-5 text-center">
|
||
|
<h1 class="display-5 fw-bold">ASTRIS</h1>
|
||
|
<h2 class="display-6 my-5">Website Under Construction</h2>
|
||
|
<a class="display-6" href="https://discord.gg/yqxgBdxJ6x">Join Discord To Play!</a>
|
||
|
</div>
|
||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
|
||
|
</body>
|
||
|
</html>
|