Set up boilerplate
This commit is contained in:
parent
55fbc620db
commit
5d78c3e138
3 changed files with 14 additions and 0 deletions
0
css/main.css
Normal file
0
css/main.css
Normal file
14
index.html
Normal file
14
index.html
Normal 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
0
js/main.js
Normal file
Loading…
Reference in a new issue