joonspk-research 51072d422e README added
README added
2023-07-29 04:12:22 -07:00

11 lines
212 B
HTML

{% extends "base.html" %}
{% load staticfiles %}
{% block content %}
<div style="padding:2em">
<img src="{% static 'img/atlas.png' %}">
Your environment server is up and running!
</div>
{% endblock content %}