Files
start-os/index.html
Mariusz Kogen 2000a8f3ed 💫 Rebranding to embassyOS (#1851)
* name change to embassyOS

* filename change

* motd ASCII update

* some leftovers
2022-10-03 12:13:48 -06:00

16 lines
408 B
HTML

<!DOCTYPE html>
<html>
<head>
<title></title>
<style>
body {
background: #181818;
}
</style>
</head>
<body>
<h2 style="color: #e0e0e0; text-align: center; padding-top: 20px;">embassyOS is initializing...</h2>
<p style="color: #e0e0e0; text-align: center;">This process can take up to several minutes to complete. Please wait to refresh the page.</p>
</body>
</html>