Set up boilerplate

This commit is contained in:
jim-clark 2019-07-26 09:59:47 -07:00
parent 55fbc620db
commit 5d78c3e138
3 changed files with 14 additions and 0 deletions

0
css/main.css Normal file
View file

14
index.html Normal file
View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Connect Four</title>
<link rel="stylesheet" href="css/main.css">
<script defer src="js/main.js"></script>
</head>
<body>
</body>
</html>

0
js/main.js Normal file
View file