add temp index for testing

This commit is contained in:
Emile Clark-Boman 2025-08-07 09:45:41 +10:00
parent 6a7e41942c
commit bfef5e21c8

27
www/index2.html Normal file
View file

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/typing.css">
</head>
<body>
<div class="centered heading">
<div id="typing-wrapper">
<div id="typing-prompt">
grub> boot
</div>
<div id="typing-result">
ERROR: Root device mounted successfully, but /sbin/init does not exist.
Bailing out, you are on your own.
Good luck
sh: can't access tty; job control turned off
[rootfs ]#
</div>
</div>
</div>
</body>
</html>