Add placeholder website

main
parent 78fcdde982
commit 6be5026e15

2
.gitignore vendored

@ -1,3 +1,5 @@
# website output
website.zip
# elf objects
elf_objects/
# profiling results

@ -0,0 +1,17 @@
<!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>
Loading…
Cancel
Save