mirror of
https://github.com/aclindsa/moneygo.git
synced 2024-12-26 07:33:21 -05:00
21 lines
718 B
HTML
21 lines
718 B
HTML
<html>
|
|
<head>
|
|
<title>MoneyGo</title>
|
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css">
|
|
<link rel="stylesheet" href="static/node_modules/react-widgets/dist/css/react-widgets.css">
|
|
<link rel="stylesheet" href="static/stylesheet.css">
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
|
|
<script src="static/external/big/big.min.js"></script>
|
|
<script src="static/external/classnames/index.js"></script>
|
|
|
|
<script type="text/javascript" src="static/bundle.js"></script>
|
|
|
|
</head>
|
|
<body>
|
|
<div id="content"></div>
|
|
</body>
|
|
</html>
|