18 lines
408 B
HTML
18 lines
408 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<link rel="stylesheet" href="anim.css">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div class="centered heading typing-wrapper">
|
||
|
|
<!-- Comment between divs is intentional and removes implicit spacing -->
|
||
|
|
<div class="typing-prompt">
|
||
|
|
$ 
|
||
|
|
</div><!--
|
||
|
|
--><div class="typing">
|
||
|
|
Do butterflies cry when they're sad?
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|