summaryrefslogtreecommitdiff
path: root/views/about/index.ejs
blob: 251722551f1a0245e048e09ee35f9ed4b9974915 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html>
<head>
	<title>vvalls</title>
	[[ include ../partials/meta ]]
</head>
<body class="loading">
	<div class="rapper page">
	[[ include ../partials/header ]]


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

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