13 lines
243 B
HTML
13 lines
243 B
HTML
<!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>
|
|
|