forked from belowaverage-org/webdows
-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
46 lines (42 loc) · 2.75 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>FloydCraft WebOS Bootloader</title>
<meta name="theme-color" content="#000">
<link rel="icon" sizes="500x500" href="webdows/resources/icons/logo.png">
<meta name="viewport" content="initial-scale=.8, maximum-scale=.8, minimum-scale=.8">
</head>
<noscript>
<body style="background-color:blue;font-family:Courier;color:white;">
<p>
<style>
#bootlog { display:none; }
</style>
FloydCraft WebOS © 2020<br><br>A problem has been detected and WebOS has been halted to provent damage to this softwre.<br><br>If this is the first time you've seen this error screen, refresh your browser. If this screen appears again, follow these steps:</p>
<p><br>
Check to make sure any new software is properly written (HTTP errors, syntax errors, ect).If this is the first run, ask for help in our Discord.</p>
<p> If problems continue, disable or remove any newly installed software. Be sure to use a modern browser and restart it if this is a new install, Press F5 for a quick reload.<br><br>Technical information:</p>
<p>*** STOP: 0x000000FC (0x80F128C0, 0xc008007c, 0x00000000, 0x0000FC00)<br>
TrFloydCraft WebOS cannot initiate 'webdows/system32/kernel.js' Javascript is NOT enabled in this browser. </p>
</body>
</noscript>
<body style="background-color:black;">
<div id="bootlog">
<style>body { overflow:hidden; } #bootlog { z-index:10000;position:absolute; } pre { margin:0;font-size:10px;font-family:Courier;color:white;white-space:pre-wrap; }</style>
<pre>
███████╗ ██████╗ ██╗ ██╗███████╗██████╗ ██████╗ ███████╗
██╔════╝██╔════╝ ██║ ██║██╔════╝██╔══██╗██╔═══██╗██╔════╝
█████╗ ██║ ██║ █╗ ██║█████╗ ██████╔╝██║ ██║███████╗
██╔══╝ ██║ ██║███╗██║██╔══╝ ██╔══██╗██║ ██║╚════██║
██║ ╚██████╗ ╚███╔███╔╝███████╗██████╔╝╚██████╔╝███████║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═════╝ ╚═════╝ ╚══════╝
FloydCraft (C) 2020
FloydCraft WebOS
---------------------------
</pre>
<pre>Bootloader...SUCCESS!</pre>
</div>
</body>
</html>
<script src="webdows/system32/kernel.js"></script>