loading no snake

This commit is contained in:
Drew Ansbacher
2022-02-22 12:54:43 -07:00
committed by Drew Ansbacher
parent af55d11ba1
commit be94c60691

15
index.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
<style>
body {
background: #181818;
}
</style>
</head>
<body>
<h2 style="color: #e0e0e0; text-align: center;">EmbassyOS is initializing...</h2>
<p style="color: #e0e0e0; text-align: center;">Your Embassy will be up and running shortly.</p>
</body>
</html>