-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (38 loc) · 1.46 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Memory</title>
<!-- Core -->
<link href="css/core/bootstrap.min.css" rel="stylesheet">
<!-- Fonts -->
<link href="css/fonts/font-awesome.min.css" rel="stylesheet">
<!-- Customization -->
<link href="css/customization/style.css" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" type="image/png" href="img/favicon.png" />
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Core -->
<script src="js/core/jquery.min.js"></script>
<script src="js/core/jquery-ui.min.js"></script>
<script src="js/core/bootstrap.min.js"></script>
<!-- Plugins -->
<script src="js/plugins/history/jquery.history.js"></script>
<script src="js/plugins/flip/jquery.flip.min.js"></script>
<!-- UI -->
<script src="js/ui/main.js"></script>
<script src="js/ui/skeleton/skeleton.js"></script>
<script src="js/ui/navbar/navbar.js"></script>
<script src="js/ui/navigation/navigation.js"></script>
<script src="js/ui/game/game.js"></script>
<script src="js/ui/game/card.js"></script>
<!--<script src="js/ui/"></script>-->
</body>
</html>