summaryrefslogtreecommitdiff
path: root/views/reader.ejs
blob: ed5df1ff0a7e3c6c4777199fc14d137d74c5f248 (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="loading">

	<div id="scene"></div>

	[[ if (! noui) { ]]
	<div class="rapper">
		[[ include partials/header ]]

		<div id="editorView">
			[[ include controls/reader/about-room ]]
			[[ include controls/reader/media-player ]]
		</div>
	</div>
	[[ } ]]

	[[ include partials/confirm-modal ]]	
	[[ include projects/layouts-modal ]]	
	[[ include partials/sign-in ]]	

</body>
[[ include partials/scripts ]]
</html>