mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-18 20:37:57 +00:00
8 lines
217 B
HTML
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 %}
|