Initial Commit
This commit is contained in:
commit
715224653d
58 changed files with 7760 additions and 0 deletions
8
gurps_character/templates/home.html
Normal file
8
gurps_character/templates/home.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{% 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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue