typehere_brad/index.html

13 lines
243 B
HTML
Raw Normal View History

2023-11-19 01:40:49 +00:00
<!DOCTYPE html>
<html>
<head>
<title>typehere</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<textarea id="typingCanvas" autofocus></textarea>
<script src="script.js"></script>
</body>
</html>