Files
start-os/index.html
Mirko Rainer 5d3bc8cfa5 Update index.html (#1419)
* Update index.html

Increase proposed time to wait.

* Update index.html

Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com>

Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com>
2022-05-05 15:41:28 -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>