mirror of
https://github.com/twisterarmy/twister-react.git
synced 2025-01-11 15:38:00 +00:00
30 lines
1.1 KiB
HTML
Executable File
30 lines
1.1 KiB
HTML
Executable File
<!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>
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/paper-theme.css">
|
|
<link rel="stylesheet" type="text/css" href="css/main.css">
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div id="content" class="container"></div>
|
|
|
|
<script src="build/app-bundle.js"></script>
|
|
|
|
</body>
|
|
</html> |