blob: 6c9856a40e78fbc8d424a3608788059e9dc2beb9 (
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
29
30
31
32
33
34
35
|
<!doctype html>
<html>
<head>
<title>vvalls</title>
[[ include partials/meta ]]
</head>
<body class="loading reader">
<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 ]]
[[ include controls/reader/embed ]]
</div>
<div id="minimap" class="vvbox" data-intro="Mini-map shows your position and orientation in a room. Navigate with WASD keys or drag here." data-position="top">
<span class="el"></span>
</div>
</div>
[[ } ]]
[[ include partials/confirm-modal ]]
[[ include projects/layouts-modal ]]
[[ include partials/sign-in ]]
<img src="/assets/img/keys.png" id="keyhint">
<img src="/assets/img/360.png" id="threesixty">
</body>
[[ include partials/scripts ]]
</html>
|