summaryrefslogtreecommitdiff
path: root/app/views/errors/not_implemented.html.erb
blob: 9bcc68ea3895fed852f0bf5fc0fe6d5ce3ff4563 (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 Implemented</h1>
    </div>
  </div>
</div>