use typing effect page as main

This commit is contained in:
Emile Clark-Boman 2025-07-28 11:01:32 +10:00
parent 069b13fcb6
commit 31e9d975eb
2 changed files with 1 additions and 1 deletions

17
www/index.html Normal file
View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="typing.css">
</head>
<body>
<div class="centered heading typing-wrapper">
<!-- Comment between divs is intentional and removes implicit spacing -->
<div class="typing-prompt">
$&nbsp
</div><!--
--><div class="typing">
Do butterflies cry when they're sad?
</div>
</div>
</body>
</html>