Mailspring/packages/nylas-dashboard/public/index.html
2016-07-05 15:41:56 -07:00

17 lines
643 B
HTML

<html>
<head>
<script src="/js/react.js"></script>
<script src="/js/react-dom.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.23/browser.min.js"></script>
<script src="/js/sync-policy.jsx" type="text/babel"></script>
<script src="/js/app.jsx" type="text/babel"></script>
<link rel='stylesheet' type="text/css" href="./css/app.css" />
<link rel='shortcut icon' href='favicon.png' / >
<link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'>
<title>K2 Dashboard</title>
</head>
<body>
<h2>K2 Dashboard</h2>
<div id="root"></div>
</body>
</html>