blob: 46a7c695f17e28c488226c5fea352e9a0413de83 (
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
27
|
<!doctype html>
<html>
<head>
<title>Terms</title>
[[ include ../partials/meta ]]
</head>
<body class="loading">
<div class="rapper page">
[[ include ../partials/header ]]
<h1 class="leader">Terms</h1>
<div class="projectList about aboutintro">
<div class="inner">
This website is ALPHA software! Use at your own risk. We are not responsible for how VValls is used. Have fun!
</div>
</div>
[[ include ../partials/confirm-modal ]]
[[ include ../projects/layouts-modal ]]
[[ include ../partials/sign-in ]]
[[ include ../partials/footer ]]
</div>
</body>
[[ include ../partials/scripts ]]
</html>
|