Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
leecheeyong authored Jan 20, 2024
1 parent 6f7327e commit 1611bd6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="#" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Math Game by Joe</title>
<title>Math Challenge by Joe</title>
<meta name="description" content="A fun math game made using Svelte by Chee Yong Lee (Joe)" />
<script type="module" crossorigin src="./assets/script.js"></script>
<link rel="stylesheet" href="./assets/styles.css">
</head>
<script type="module" crossorigin src="/assets/index-b108165d.js"></script>
<link rel="stylesheet" href="/assets/index-d00ec691.css">
</head>
<body>
<div id="app"></div>

</body>
</html>

0 comments on commit 1611bd6

Please sign in to comment.