Skip to content
Snippets Groups Projects
Select Git revision
  • 27ae20913664d97918effd7308f30e0a61aa4b24
  • master default protected
  • miniweb
  • stretch
  • stable
  • version/0.9.x
  • fix_0.9_ci_deploy
  • clean_vcsrepo
  • develop
  • citest
  • gitsubrepo
  • 0.8.x
  • subtree
  • citest_jessie
  • 0.10.0
  • 0.9.0
  • 0.9.0rc1
  • 0.8.2
  • 0.8.1
  • 0.8.0
  • 0.8.0rc1
  • 0.7.1
  • 0.7.0
  • 0.7.0rc2
  • 0.7.0rc1
  • 0.6.0
  • 0.6.0rc3
  • 0.6.0rc2
  • 0.6.0rc1
  • 0.5.5
  • 0.5.4.1
  • 0.5.4
  • 0.5.3
  • 0.5.2
34 results

test.rb

Blame
  • 404.html 263 B
    {% extends 'base.html' %}
    {% block content %}
    <main class="about-section">
      <div class="container">
        <h1>404: Not found</h1>
        <p>What you are looking for <strong>is not</strong> here or... not <strong>yet</strong> here!</p>
      </div>
    </main>
    {% endblock %}