2015-07-03 09:33:45 -04:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>MoneyGo</title>
|
|
|
|
|
2016-02-12 20:36:59 -05:00
|
|
|
<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">
|
2016-02-13 17:02:22 -05:00
|
|
|
<link rel="stylesheet" href="static/react-widgets/css/react-widgets.css">
|
2015-07-03 09:33:45 -04:00
|
|
|
<link rel="stylesheet" href="static/stylesheet.css">
|
|
|
|
|
2015-07-03 10:18:20 -04:00
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
|
2015-07-03 09:33:45 -04:00
|
|
|
|
2016-02-12 20:36:59 -05:00
|
|
|
<script type="text/javascript" src="static/bundle.js"></script>
|
2015-07-03 09:33:45 -04:00
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
2015-07-03 10:30:48 -04:00
|
|
|
<div id="content"></div>
|
2015-07-03 09:33:45 -04:00
|
|
|
</body>
|
|
|
|
</html>
|