summaryrefslogtreecommitdiff
path: root/views/editor.ejs
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-06-09 17:41:00 -0400
committerJules Laplace <jules@okfoc.us>2014-06-09 17:41:00 -0400
commitb4fd7ddd7cf6fb2a68613bc0257a650055360ea7 (patch)
treebf4117322c8682fea24e2be169bd901bd1e978c5 /views/editor.ejs
parent50046f0197c5ef3d997dd06e95f3dcd008a654f6 (diff)
environment working again
Diffstat (limited to 'views/editor.ejs')
-rwxr-xr-xviews/editor.ejs28
1 files changed, 28 insertions, 0 deletions
diff --git a/views/editor.ejs b/views/editor.ejs
new file mode 100755
index 0000000..889200c
--- /dev/null
+++ b/views/editor.ejs
@@ -0,0 +1,28 @@
+<!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 ]]
+
+ [[ include controls/editor/toolbar ]]
+ [[ include controls/editor/video-toolbar ]]
+ [[ include controls/editor/media-drawer ]]
+ [[ include controls/editor/wallpaper ]]
+ [[ include controls/editor/light-control ]]
+ [[ include controls/editor/settings ]]
+
+ <div id="minimap" class="vvbox">
+ <span class="el"></span>
+ </div>
+</div>
+
+</body>
+[[ include partials/scripts ]]
+</html>