diff options
Diffstat (limited to 'views/welcome_page.tpl')
-rw-r--r-- | views/welcome_page.tpl | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/views/welcome_page.tpl b/views/welcome_page.tpl deleted file mode 100644 index 53c6393..0000000 --- a/views/welcome_page.tpl +++ /dev/null @@ -1,19 +0,0 @@ -<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> |