uncloud/uncloud/templates/uncloud/index.html

16 lines
302 B
HTML
Raw Normal View History

2020-12-25 09:11:13 +00:00
{% extends 'uncloud/base.html' %}
{% block title %}{% endblock %}
{% block body %}
<div>
<h1>Welcome to uncloud</h1>
Welcome to uncloud, checkout the following locations:
<ul>
<li><a href="/api/">The API</a>
<li><a href="/cc/reg/">The CC registration</a>
</ul>
</div>
{% endblock %}