add temp index for testing
This commit is contained in:
parent
6a7e41942c
commit
bfef5e21c8
1 changed files with 27 additions and 0 deletions
27
www/index2.html
Normal file
27
www/index2.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue