]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - tpl/vintage/error.html
Merge pull request #1616 from dimtion/fix-api-redirect
[github/shaarli/Shaarli.git] / tpl / vintage / error.html
CommitLineData
6c50a6cc
A
1<!DOCTYPE html>
2<html>
3<head>
4 {include="includes"}
5</head>
6<body>
7<div id="pageheader">
8 {include="page.header"}
9</div>
10<div class="error-container">
11 <h1>Error</h1>
12 <p>{$message}</p>
13
14 {if="!empty($stacktrace)"}
15 <br>
16 <pre>
17 {$stacktrace}
18 </pre>
19 {/if}
20
818b3193 21 <p>Would you mind <a href="{$base_path}/">clicking here</a>?</p>
6c50a6cc
A
22</div>
23{include="page.footer"}
24</body>
25</html>