Files
start-os/index.html
Drew Ansbacher be94c60691 loading no snake
2022-02-22 13:47:40 -07:00

15 lines
343 B
HTML

<!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>