first
This commit is contained in:
17
index.html
Normal file
17
index.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Typing Game</title>
|
||||
<style>
|
||||
@import 'styles.css';
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="current-word" class="fade-in">Burger</div>
|
||||
<div id="typing-input-container">
|
||||
<input type="text" id="typing-input" autofocus>
|
||||
</div>
|
||||
<script type="module" src="index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user