mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
loading no snake
This commit is contained in:
committed by
Drew Ansbacher
parent
af55d11ba1
commit
be94c60691
15
index.html
Normal file
15
index.html
Normal 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>
|
||||||
Reference in New Issue
Block a user