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