-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
35 lines (30 loc) · 1.24 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>EveryDocs</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" href="resources/css/styles.css" />
<link rel="icon" href="resources/img/favicon.ico" type="image/x-icon"/>
</head>
<body>
<div id="root" />
<!-- Include ReactJS -->
<!-- <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> -->
<script src="https://unpkg.com/react@16/umd/react.production.min.js" crossorigin></script>
<script src="https://unpkg.com/react-dom@16/umd/react-dom.production.min.js" crossorigin></script>
<script src="https://unpkg.com/babel-standalone@6/babel.min.js"></script>
<!-- Include EveryDocs JS files -->
<script src="config.js"></script>
<script src="config-function.js"></script>
<script src="resources/js/FileSaver.js"></script>
<script src="resources/js/main.js"></script>
<script>
checkMobileDevice();
checkCookieTokenOnStart();
</script>
<script src="resources/js/react.js" type="text/babel"></script>
<script src="resources/js/homepage.js" type="text/babel"></script>
</body>
</html>