new paste page (wip)
This commit is contained in:
parent
f67d82cf59
commit
72e00ac8e8
1 changed files with 17 additions and 0 deletions
17
src/toastbin/templates/new.j2
Normal file
17
src/toastbin/templates/new.j2
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<title>toastbin - {{ instance }}</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<header>
|
||||||
|
<a href="/">home</a> | new paste | <a href="explore">explore</a>
|
||||||
|
</header>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<p>
|
||||||
|
please follow the <a href="rules">rules</a> of {{ instance }}.
|
||||||
|
</p>
|
||||||
|
</body>
|
Loading…
Add table
Reference in a new issue