summaryrefslogtreecommitdiff
path: root/views/blueprint.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/blueprint.ejs')
-rw-r--r--views/blueprint.ejs33
1 files changed, 33 insertions, 0 deletions
diff --git a/views/blueprint.ejs b/views/blueprint.ejs
new file mode 100644
index 0000000..371d66f
--- /dev/null
+++ b/views/blueprint.ejs
@@ -0,0 +1,33 @@
+<!doctype html>
+<html>
+<head>
+ <title>VValls</title>
+ [[ include partials/meta ]]
+</head>
+<body class="editing loading">
+
+ <div id="scene"></div>
+
+ <div class="rapper">
+ [[ include partials/header ]]
+
+ <div id="builderView">
+ [[ include controls/builder/info ]]
+ [[ include controls/builder/toolbar ]]
+ [[ include controls/builder/settings ]]
+ [[ include controls/blueprint/editor ]]
+ </div>
+
+ <div id="hud">
+ <div id="map" style="display: block">
+ </div>
+ </div>
+ </div>
+
+ [[ include partials/confirm-modal ]]
+ [[ include projects/layouts-modal ]]
+ [[ include partials/sign-in ]]
+
+</body>
+[[ include partials/scripts ]]
+</html>