summaryrefslogtreecommitdiff
path: root/views/about/_blank.ejs
blob: 732ea3f08a96f996b1c9d195a61dfa45ee085dd4 (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
<!doctype html>
<html>
<head>
	<title>VValls</title>
	[[ include ../partials/meta ]]
</head>
<body class="loading">
	<div class="rapper page home">
	[[ include ../partials/header ]]

  <h1 class="leader">Hallo</h1>
  <!-- put stuff here -->



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

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