mirror of
https://github.com/redstrate/Kawari.git
synced 2025-05-06 12:47:45 +00:00
I haven't changed any of the content yet, only included the Boostrap CSS and unified their base template.
11 lines
300 B
HTML
11 lines
300 B
HTML
{% extends "layout.html" %}
|
|
|
|
{% block title %}Kawari{% endblock %}
|
|
|
|
{% block body %}
|
|
<p>Welcome to Kawari!</p>
|
|
|
|
<a href="http://{{ login_server }}/oauth/oa/oauthlogin">Login</a>
|
|
<a href="http://{{ login_server }}/oauth/oa/registligt">Signup</a>
|
|
<a href="/worldstatus">World Status</a>
|
|
{% endblock %}
|