mirror of
https://github.com/Rushilwiz/SkoolOS.git
synced 2025-04-18 03:10:18 -04:00
6 lines
158 B
HTML
6 lines
158 B
HTML
{% extends "skoolos/base.html" %}
|
|
{% block content %}
|
|
<h1>welcome to skoolos</h1>
|
|
<h2>it's the future you've been waiting for</h2>
|
|
{% endblock content %}
|