summaryrefslogtreecommitdiff
path: root/app/views/errors/not_found.html.erb
blob: ad56df9c2c7e6a7a334e1108229135f21d082444 (plain)
1
2
3
4
5
6
7
<div class="container">
  <div class="columns">
    <div class="column is-8 is-offset-2 has-text-centered">
      <h1 class="title">Not Found</h1>
    </div>
  </div>
</div>