mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
16 lines
408 B
HTML
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>
|