-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (24 loc) · 1.11 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!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 lang="en">Memory Game</title>
<link href="https://fonts.googleapis.com/css?family=Comfortaa:300,400,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/generic/reset.css">
<link rel="stylesheet" href="css/base/index.css">
</head>
<body>
<div id="root" class="root"></div>
<script src="src/components/flat-button/index.js"></script>
<script src="src/objects/logo-wrapper/index.js"></script>
<script src="src/objects/collabcode-logo/index.js"></script>
<script src="src/objects/title-collabcode/index.js"></script>
<script src="src/objects/label-collabcode/index.js"></script>
<script src="src/objects/input-collabcode/index.js"></script>
<script src="src/objects/btn-collabcode/index.js"></script>
<script src="src/components/form-collabcode/index.js"></script>
<script src="src/pages/login/index.js"></script>
</body>
</html>