2026-01-31 13:28:26 +10:00
|
|
|
<!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">
|
2025-07-28 10:58:18 +10:00
|
|
|
<head>
|
2026-01-31 13:28:26 +10:00
|
|
|
<meta charset="utf-8" />
|
2026-01-31 13:48:15 +10:00
|
|
|
<title>have you tried crying more?</title>
|
2026-02-03 13:06:04 +10:00
|
|
|
|
2026-02-02 01:12:53 +10:00
|
|
|
<script src="js/main.js" type="module"></script>
|
2026-02-03 13:06:04 +10:00
|
|
|
|
|
|
|
|
<!-- 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">
|
2025-07-28 10:58:18 +10:00
|
|
|
</head>
|
2026-01-31 10:31:31 +10:00
|
|
|
|
2025-07-28 10:58:18 +10:00
|
|
|
<body>
|
2026-01-31 13:28:26 +10:00
|
|
|
<canvas class="gl-canvas-bg" id="gl-canvas"></canvas>
|
|
|
|
|
|
2025-08-01 15:06:21 +10:00
|
|
|
<div class="centered heading">
|
2026-01-31 10:31:31 +10:00
|
|
|
<div id="typing-wrapper">
|
2025-08-01 20:17:19 +10:00
|
|
|
|
2026-01-31 10:31:31 +10:00
|
|
|
<div id="typing-prompt">
|
2026-02-03 14:06:11 +10:00
|
|
|
grub> <span class="theme-tty-command">boot</span>
|
2025-08-01 20:17:19 +10:00
|
|
|
</div>
|
|
|
|
|
|
2026-02-03 14:06:11 +10:00
|
|
|
<div id="typing-result"> <!-- class="theme-tty-warning"> -->
|
2026-01-31 10:31:31 +10:00
|
|
|
ERROR: Root device mounted successfully, but /sbin/init does not exist.<br/><br/>
|
|
|
|
|
|
2026-02-03 14:06:11 +10:00
|
|
|
<i class="theme-tty-error">
|
|
|
|
|
Bailing out, you are on your own.<br/>
|
|
|
|
|
Good luck
|
|
|
|
|
</i><br/><br/>
|
2026-01-31 10:31:31 +10:00
|
|
|
|
|
|
|
|
sh: can't access tty; job control turned off<br/><br/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="typing-prompt-segfault">
|
2026-02-03 14:06:11 +10:00
|
|
|
[rootfs ]# <span class="theme-tty-command">do butterflies cry when they're sad?</span>
|
2026-01-31 10:31:31 +10:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="typing-result-segfault">
|
2026-02-03 14:06:11 +10:00
|
|
|
<i class="theme-tty-error">
|
|
|
|
|
Segmentation fault (core dumped)
|
|
|
|
|
</i>
|
2025-08-01 15:06:21 +10:00
|
|
|
</div>
|
2025-08-01 20:17:19 +10:00
|
|
|
|
2025-07-28 10:58:18 +10:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2026-01-31 13:28:26 +10:00
|
|
|
|
2025-07-28 10:58:18 +10:00
|
|
|
</body>
|
|
|
|
|
</html>
|