mirror of
https://github.com/aclindsa/moneygo.git
synced 2024-10-31 16:00:05 -04:00
20 lines
650 B
HTML
20 lines
650 B
HTML
<html>
|
|
<head>
|
|
<title>MoneyGo</title>
|
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
|
<link rel="stylesheet" href="static/react-widgets/css/react-widgets.css">
|
|
<link rel="stylesheet" href="static/codemirror/codemirror.css">
|
|
<link rel="stylesheet" href="static/css/stylesheet.css">
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.js"></script>
|
|
|
|
<script type="text/javascript" src="static/bundle.js"></script>
|
|
|
|
</head>
|
|
<body>
|
|
<div id="content"></div>
|
|
</body>
|
|
</html>
|