You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.2 KiB
Standard ML
44 lines
1.2 KiB
Standard ML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="author" content="bradrydzewski">
|
|
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
|
|
|
|
<link rel="shortcut icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
<link rel="shortcut icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
|
|
<title></title>
|
|
<script>
|
|
window.ENV = {};
|
|
window.ENV.server = window.location.protocol+"//"+window.location.host;
|
|
|
|
|
|
</script>
|
|
<script>
|
|
|
|
|
|
if (!window.EventSource) {
|
|
var ssePolyfill = document.createElement("script");
|
|
ssePolyfill.src = "https://cdnjs.cloudflare.com/ajax/libs/event-source-polyfill/0.0.9/eventsource.min.js";
|
|
document.body.appendChild(ssePolyfill);
|
|
}
|
|
</script>
|
|
<script src="/bower_components/webcomponentsjs/webcomponents-loader.js"></script>
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Mono">
|
|
<link rel="import" href="/src/drone/drone-app.html">
|
|
|
|
<style>
|
|
html, body {
|
|
padding:0px;
|
|
margin:0px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<drone-app></drone-app>
|
|
</body>
|
|
</html>
|