summaryrefslogtreecommitdiff
path: root/views/visit.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/visit.ejs')
-rw-r--r--views/visit.ejs9
1 files changed, 9 insertions, 0 deletions
diff --git a/views/visit.ejs b/views/visit.ejs
new file mode 100644
index 0000000..2757f6c
--- /dev/null
+++ b/views/visit.ejs
@@ -0,0 +1,9 @@
+<%- include('partials/header'); %>
+
+<div class="text-center">
+ <p class="green-text">>you didn't seed</p>
+ <p class="green-text">>you don't have a positive ratio</p>
+ <img src="static/images/dontleech.png" class="img-fluid">
+</div>
+
+<%- include('partials/footer'); %>