-
Notifications
You must be signed in to change notification settings - Fork 14
/
index.html
23 lines (22 loc) · 968 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
<html>
<head>
<meta charset="UTF-8">
<meta name="fragment" content="!">
<title>UiZoo.js</title>
<meta name="description" content="Dynamic React components library">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/dist/index.css">
</head>
<body>
<script src="/node_modules/underscore/underscore-min.js"></script>
<script src="/node_modules/react/umd/react.production.min.js"></script>
<script src="/node_modules/react-dom/umd/react-dom.production.min.js"></script>
<script src="/node_modules/react-router-dom/umd/react-router-dom.min.js"></script>
<script src="/node_modules/babel-standalone/babel.min.js"></script>
<script src="/node_modules/doctrine-standalone/dist/index.js"></script>
<script src="/dist/index.js"></script>
<script>
UiZoo.init();
</script>
</body>
</html>