twister-react/index.html

30 lines
1.1 KiB
HTML
Raw Normal View History

2015-04-21 17:38:17 +00:00
<!DOCTYPE html>
<html>
<head>
<script src="build/jquery.min.js"></script>
<script src="build/jquery.json-2.4.js"></script>
<script src="build/jquery.jsonrpcclient.js"></script>
<script src="build/twister-lib.js"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
2015-04-29 09:02:32 +00:00
<link rel="stylesheet" type="text/css" href="css/paper-theme.css">
2015-04-21 17:38:17 +00:00
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
2015-04-29 09:02:32 +00:00
2015-04-21 17:38:17 +00:00
<div id="content" class="container"></div>
<script src="build/app-bundle.js"></script>
</body>
</html>