52 lines
1.7 KiB
HTML
52 lines
1.7 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">
|
|
<span style="color: #9ccfd8;">grub></span> <span style="color: #c4a7e7;">boot</span>
|
|
</div>
|
|
|
|
<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>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|