site/www/index.html

39 lines
1.1 KiB
HTML
Raw Normal View History

2025-07-28 10:58:18 +10:00
<!DOCTYPE html>
2026-01-31 10:31:31 +10:00
2025-07-28 10:58:18 +10:00
<html>
<head>
2026-01-31 10:31:31 +10:00
<link rel="stylesheet" href="css/typing.css">
2025-07-28 10:58:18 +10:00
</head>
2026-01-31 10:31:31 +10:00
2025-07-28 10:58:18 +10:00
<body>
<div class="centered heading">
2026-01-31 10:31:31 +10:00
<div id="typing-wrapper">
2026-01-31 10:31:31 +10:00
<div id="typing-prompt">
<span style="color: #9ccfd8;">grub></span> <span style="color: #c4a7e7;">boot</span>
</div>
2026-01-31 10:31:31 +10:00
<div id="typing-result" style="color: #f6c177;">
ERROR: Root device mounted successfully, but /sbin/init does not exist.<br/><br/>
<i style="color: #eb6f92;">Bailing out, you are on your own.</i><br/>
<i style="color: #eb6f92;">Good luck</i><br/><br/>
sh: can't access tty; job control turned off<br/><br/>
</div>
<div id="typing-prompt-segfault">
<span style="color: #9ccfd8;">[rootfs ]#</span>
<span style="color: #c4a7e7;">do butterflies cry when they're sad?</span>
</div>
<div id="typing-result-segfault">
<i style="color: #eb6f92;">Segmentation fault (core dumped)</i>
</div>
2025-07-28 10:58:18 +10:00
</div>
</div>
</body>
</html>