blob: 0db8ebca1ebdc68664a8b1f1584fb923c799a308 (
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
|
<!doctype html>
<html>
<head>
<title>vvalls</title>
[[ include partials/meta ]]
</head>
<body class="loading">
<div class="rapper page">
[[ include partials/header ]]
<br clear="all">
<h1>Staff Area</h1>
<!--
- recent users
- rooms list
- projects list
-->
[[ include partials/confirm-modal ]]
[[ include partials/footer ]]
</div>
</body>
[[ include partials/scripts ]]
</html>
|