-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
25 lines (22 loc) · 917 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<!-- Bootstrap -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!-- React -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.3.1/react.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.3.1/react-dom.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.29/browser.js"></script>
<link href='//fonts.googleapis.com/css?family=Kumar One Outline' rel='stylesheet'>
<!--Custom Styles -->
<link href="assets/css/main.css" rel="stylesheet" type="text/css" />
<title>Cy Sliding Puzzle</title>
</head>
<body>
<section>
<div id="react-container" class = "container"></div>
</section>
<!--<br />-->
<script src="assets/js/main.js" type="text/babel" ></script>
</body>
</html>