generated from leecheeyong/math-game
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f7327e
commit 1611bd6
Showing
1 changed file
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |