summaryrefslogtreecommitdiff
path: root/template/404.tpl
blob: 9aba434f87b5da296d0662d768d31c52e88a0ce5 (plain)
1
2
3
4
5
6
7
8
9
<div class="container">
  <div class="page-header">
    <h1>Oops!</h1>
  </div>
  <p>
    Page was not found.<br />
    You might get lucky at <a href="">the main page</a>.
  </p>
</div>