site/www/index.html

55 lines
1.6 KiB
HTML

<!doctype html>
<!-- Ref: https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/Tutorial/Adding_2D_content_to_a_WebGL_context -->
<html lang="en">
<head>
<meta charset="utf-8" />
<title>have you tried crying more?</title>
<script src="js/main.js" type="module"></script>
<!-- Theming -->
<link type="text/css" rel="stylesheet" href="css/themes/themes/rose-pine.css" media="all" id="theme_css">
<!-- Styling -->
<link type="text/css" rel="stylesheet" href="css/style.css">
<link type="text/css" rel="stylesheet" href="css/shader-style.css">
<link type="text/css" rel="stylesheet" href="css/typing.css">
</head>
<body>
<canvas class="gl-canvas-bg" id="gl-canvas"></canvas>
<div class="centered heading">
<div id="typing-wrapper">
<div id="typing-prompt">
grub> <span class="theme-tty-command">boot</span>
</div>
<div id="typing-result"> <!-- class="theme-tty-warning"> -->
ERROR: Root device mounted successfully, but /sbin/init does not exist.<br/><br/>
<i class="theme-tty-error">
Bailing out, you are on your own.<br/>
Good luck
</i><br/><br/>
sh: can't access tty; job control turned off<br/><br/>
</div>
<div id="typing-prompt-segfault">
[rootfs ]# <span class="theme-tty-command">do butterflies cry when they're sad?</span>
</div>
<div id="typing-result-segfault">
<i class="theme-tty-error">
Segmentation fault (core dumped)
</i>
</div>
</div>
</div>
</body>
</html>