21 lines
415 B
HTML
21 lines
415 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="typing.css">
|
|
</head>
|
|
<body>
|
|
<div class="centered heading">
|
|
<div id="typing-wrapper">
|
|
|
|
<div id="typing-prompt">
|
|
$ Do butterflies cry when they're sad?
|
|
</div>
|
|
|
|
<div id="typing-result">
|
|
Segmentation fault (core dumped)
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|