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

	<div style="height: 70%; clear: both;"></div>

	[[ include partials/signin ]]	
	[[ include projects/new-project ]]
	[[ include projects/edit-project ]]
	[[ include partials/footer ]]

</div>
</body>
[[ include partials/scripts ]]
<script>window.isModalView = true</script>
</html>