Added buttons
Added buttons for new paste, login, and register.
This commit is contained in:
parent
b1f7a6d09f
commit
81a116d3d5
|
@ -8,12 +8,16 @@
|
|||
</head>
|
||||
<body class="container">
|
||||
<main class="wrapper">
|
||||
<h1 class="title">
|
||||
<h1 class="title column">
|
||||
<a href="https://<%= domain %>">
|
||||
<%= domain %>
|
||||
</a>
|
||||
</h1>
|
||||
|
||||
<div class="container">
|
||||
<a href="/_paste" class="button">New paste</a>
|
||||
<a href="/_login" class="button">Log in</a>
|
||||
<a href="/_claim" class="button">Register</a>
|
||||
<p>
|
||||
Welcome to slash.monster, stories of fiction and fantasy<br/>
|
||||
Not safe for work<br/>
|
||||
|
|
Loading…
Reference in New Issue