summaryrefslogtreecommitdiff
path: root/views/editor.ejs
blob: 889200c4162a6b216bc036e2ab07cde107021eb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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>