gns3-registry/templates/index.html
2015-07-16 15:24:20 +02:00

8 lines
217 B
HTML

{% extends "layout/default.html" %}
{% block body %}
<div class="jumbotron">
<h1>Hello Networker!</h1>
<p><a class="btn btn-primary btn-lg" href="/devices" role="button">Show devices</a></p>
</div>
{% endblock %}