Skip to content

Commit 6d724e8

Browse files
committed
feat: initial commit
0 parents  commit 6d724e8

File tree

9 files changed

+1234
-0
lines changed

9 files changed

+1234
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules/
2+
dist/

index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Sphase Invaders</title>
6+
<link rel="stylesheet" href="styles/styles.css" />
7+
</head>
8+
<body>
9+
<div id="game-container"></div>
10+
<script type="module" src="/src/main.ts"></script>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)