18 lines
278 B
HTML
18 lines
278 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<link rel="stylesheet" type="text/css" href="app.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="ruler-container"></div>
|
||
|
<div id="attempts">
|
||
|
|
||
|
</div>
|
||
|
<div id="style">
|
||
|
</div>
|
||
|
</body>
|
||
|
<script>let day=3</script>
|
||
|
<script src="app.js"></script>
|
||
|
|
||
|
</html>
|