neptune/core/templates/index.html

13 lines
319 B
HTML
Raw Normal View History

2022-07-21 12:45:28 +00:00
{% extends "base.html" %}
{% block content %}
2022-07-21 12:49:43 +00:00
<div class="box">
<h1 class="title">Pathogen Data Insights</h1>
<div class="container">
<h2 class="subtitle">Welcome to the Neptune system</h2>
<div class="col">
<h2 class="subtitle">Hello!</h2>
</div>
2022-07-21 12:47:45 +00:00
</div>
2022-07-21 12:46:05 +00:00
</div>
2022-07-21 12:45:28 +00:00
{% endblock %}