Initialize Repo
This commit is contained in:
16
index.html
Normal file
16
index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Infinsweeper</title>
|
||||
<link rel="icon" type="image/png" href="src/assets/img/logo_sm.png" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"
|
||||
/>
|
||||
<link rel="stylesheet" href="src/assets/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<canvas id="main-canvas"></canvas>
|
||||
<script type="module" src="src/js/index.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user