diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-06-09 17:41:00 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-06-09 17:41:00 -0400 |
| commit | b4fd7ddd7cf6fb2a68613bc0257a650055360ea7 (patch) | |
| tree | bf4117322c8682fea24e2be169bd901bd1e978c5 /views/editor.ejs | |
| parent | 50046f0197c5ef3d997dd06e95f3dcd008a654f6 (diff) | |
environment working again
Diffstat (limited to 'views/editor.ejs')
| -rwxr-xr-x | views/editor.ejs | 28 |
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> |
