-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (21 loc) · 1.22 KB
/
Copy pathindex.html
File metadata and controls
26 lines (21 loc) · 1.22 KB
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
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet/less" type="text/css" href="./style.less">
<!-- Ref: https://cdnjs.com/libraries/less.js/ -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/less.js/2.7.1/less.min.js"></script>
<!-- CONTAINER -->
<div class="container container-grey">
<h3>Loading...</h3>
</div>
<!-- SCRIPTS -->
<!-- Docs: https://github.com/babel/babel-standalone -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.18.1/babel.min.js"></script>
<!-- Docs: https://facebook.github.io/react/docs/installation.html#using-a-cdn -->
<script src="https://unpkg.com/react@15/dist/react.js"></script>
<script src="https://unpkg.com/react-dom@15/dist/react-dom.js"></script>
<!-- Money Maker -->
<script type="text/babel" src="./index.js" charset="utf-8"></script>
<!-- Uncomment if using Browser-Sync
<script id="__bs_script__">//<![CDATA[
document.write("<script async src='http://HOST:3000/browser-sync/browser-sync-client.js?v=2.18.2'><\/script>".replace("HOST", location.hostname));
//]]></script>
-->