diff options
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> |
