Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Coding4Hours authored Sep 12, 2023
1 parent 177b1e0 commit 5bd83f1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>Blooket Cheats</title>
<script type="module" crossorigin src="./index.js"></script>
<link rel="stylesheet" href="./index.css">
</head>
<body>
<div id="root"></div>
</body>
</html>

0 comments on commit 5bd83f1

Please sign in to comment.