aboutsummaryrefslogtreecommitdiffstats
path: root/views/welcome_page.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'views/welcome_page.tpl')
-rw-r--r--views/welcome_page.tpl19
1 files changed, 19 insertions, 0 deletions
diff --git a/views/welcome_page.tpl b/views/welcome_page.tpl
new file mode 100644
index 0000000..53c6393
--- /dev/null
+++ b/views/welcome_page.tpl
@@ -0,0 +1,19 @@
+<html>
+<head>
+<title>Paste snippets</title>
+</head>
+<body>
+
+You are on a simple paste deposit service.
+
+Please copy your text on the box below:
+
+<form action="/" method="POST">
+
+<textarea id="content" name="content"></textarea>
+
+<button for="content">Paste</button>
+</form>
+
+</body>
+</html>