OSDN Git Service

fully implement the most advanced version of the map so far
[automap/automap.git] / Automap / MapSRC / src / Automap.html
diff --git a/Automap/MapSRC/src/Automap.html b/Automap/MapSRC/src/Automap.html
new file mode 100644 (file)
index 0000000..5b9ef8a
--- /dev/null
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html lang="en" dir="ltr">
+
+<head>
+       <meta charset="utf-8">
+       <title>Automap</title>
+       <link rel="stylesheet" href="Automap.css">
+</head>
+
+<body>
+       <script type="text/javascript" src="ViewFrame.js"></script>
+       <script type="text/javascript" src="ViewFrameUtils.js"></script>
+       <div class="infobox">
+               <h1>Chunk Info</h1>
+               <table class="infoboxTable">
+               </table>
+       </div>
+       <script type="text/javascript" src="index.js"></script>
+
+</body>
+
+</html>
\ No newline at end of file