mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
17 lines
643 B
HTML
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>
|