|
@@ -0,0 +1,26 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+
|
|
|
+<!--
|
|
|
+ Copyright (c) 2015, <your name>. All rights reserved. Use of this source code
|
|
|
+ is governed by a BSD-style license that can be found in the LICENSE file.
|
|
|
+-->
|
|
|
+
|
|
|
+<html>
|
|
|
+<head>
|
|
|
+ <meta charset="utf-8">
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+ <meta name="scaffolded-by" content="https://github.com/google/stagehand">
|
|
|
+ <title>chi</title>
|
|
|
+
|
|
|
+ <link rel="stylesheet" href="styles/main.css">
|
|
|
+</head>
|
|
|
+
|
|
|
+<body>
|
|
|
+
|
|
|
+ <div id="output"></div>
|
|
|
+
|
|
|
+<script type="application/dart" src="main.dart"></script>
|
|
|
+<script data-pub-inline src="packages/browser/dart.js"></script>
|
|
|
+</body>
|
|
|
+</html>
|