"Original page" button in error.ejs

This commit is contained in:
DarkCat09
2023-09-20 14:40:57 +04:00
parent 2245e73c7f
commit 5b7ce0bb3c
2 changed files with 13 additions and 3 deletions

View File

@ -13,9 +13,12 @@
<main>
<header>
<h1>txt<span class="dot-err">.</span></h1>
<p class="menu">
<a href="/" class="button">Home</a>
<a href="<%= url %>" class="button secondary">Original page</a>
</p>
<p><%= description %></p>
</header>
<a href="/" class="button secondary">Home</a>
</main>
</body>
</html>