8 lines
228 B
HTML
8 lines
228 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<h3>Welcome to the character store</h3>
|
|
|
|
<p<This is a webapp for storing characters.<p>
|
|
|
|
<p>Currently it works with GURPS, specifically characters created by GCS</p>
|
|
{% endblock %}
|