2025-07-28 10:58:18 +10:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2025-08-02 00:11:34 +10:00
|
|
|
<link rel="stylesheet" href="css/typing.css">
|
2025-07-28 10:58:18 +10:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2025-08-01 15:06:21 +10:00
|
|
|
<div class="centered heading">
|
2025-08-01 20:17:19 +10:00
|
|
|
<div id="typing-wrapper">
|
|
|
|
|
|
|
|
|
|
<div id="typing-prompt">
|
|
|
|
|
$ Do butterflies cry when they're sad?
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="typing-result">
|
2025-08-01 15:06:21 +10:00
|
|
|
Segmentation fault (core dumped)
|
|
|
|
|
</div>
|
2025-08-01 20:17:19 +10:00
|
|
|
|
2025-07-28 10:58:18 +10:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|