-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·29 lines (25 loc) · 990 Bytes
/
index.html
File metadata and controls
executable file
·29 lines (25 loc) · 990 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title></title>
<link rel="stylesheet/less" type="text/css" href="style.css" />
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>-->
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/3.9.0/less.min.js" ></script>
<script src="https://unpkg.com/react@16/umd/react.development.js" crossorigin></script>
<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js" crossorigin></script>
<!-- Load React Elements-->
<script src="js/menu.js"></script>
<script src="js/books.js"></script>
<script src="js/playground.js"></script>
<script src="js/welcome.js"></script>
<script src="js/me.js"></script>
<script src="js/greedling.js"></script>
<script src="js/empty.js"></script>
<script src="js/pomodoro.js"></script>
</head>
<body>
<div id="main"></div>
<script src="js/main.js"></script>
</body>
</html>