mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
15 lines
365 B
HTML
15 lines
365 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;">Please wait a few seconds and refresh the page.</p>
|
|
</body>
|
|
</html> |