Compare commits

..

2 commits

2 changed files with 31 additions and 0 deletions

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>

4
www/scss/tty_intro.scss Normal file
View file

@ -0,0 +1,4 @@
@import "tty";
@include tty(2ch, 36ch, 3s, 0.6s, 0.8s);