Update 2025-04-13_16:26:34
This commit is contained in:
21
static/index.html
Normal file
21
static/index.html
Normal file
@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Added for mobile responsiveness -->
|
||||
<title>EmojiTrail</title>
|
||||
<link rel="stylesheet" href="/static/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>EmojiTrail</h1>
|
||||
<button id="startBtn" aria-label="Start or reset game">🔄</button> <!-- Added aria-label for accessibility -->
|
||||
<div id="level"></div>
|
||||
<div id="message"></div>
|
||||
<div id="options"></div>
|
||||
<div id="trail"></div>
|
||||
|
||||
<script type="module" src="/static/emoji.js"></script>
|
||||
<script type="module" src="/static/app.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user