diff options
Diffstat (limited to 'views/about/terms.ejs')
| -rw-r--r-- | views/about/terms.ejs | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/views/about/terms.ejs b/views/about/terms.ejs new file mode 100644 index 0000000..46a7c69 --- /dev/null +++ b/views/about/terms.ejs @@ -0,0 +1,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> |
