summaryrefslogtreecommitdiff
path: root/views/signed-out.ejs
blob: c68d9607322cae8886c031f7ea0b533d0131c1f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html>
<head>
	<title>vvalls</title>
	[[ include partials/meta ]]
</head>
<body class="loading">

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

	<div class="rapper">
		<a href="/front.html" class="logo"><img src="/assets/img/logo4.svg"></a>
		
		[[ include controls/signed-out ]]
	</div>

	[[ include partials/sign-in ]]

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