Blame view

ControlUI/app/templates/404.html 99 Bytes
1f1943eb   qijun   initial commit
1
2
3
4
5
{% block page_content %}
<div class="page-header"> 
  <h1>Page Not Found</h1>
</div>
{% endblock %}