initial commit

This commit is contained in:
2020-03-07 21:35:38 -08:00
commit 925b0a2ec7
20 changed files with 354 additions and 0 deletions

9
templates/home.html Normal file
View File

@ -0,0 +1,9 @@
<h1>Word Count</h1>
<h4><a href="{% url 'about' %}">About</a></h4>
<form action="{% url 'count' %}">
<textarea cols="40" rows="10" name="fulltext"></textarea>
<br/>
<input type="submit" value="Count!"/>
</form>