Initial commit.

This commit is contained in:
Robert MacGregor 2015-07-15 02:40:12 -04:00
commit c149d6bad8
6 changed files with 329 additions and 0 deletions

15
data/filetempl.html Normal file
View file

@ -0,0 +1,15 @@
<HTML>
<HEAD>
<TITLE>TS Scraper | {{ file }}</TITLE>
</HEAD>
<BODY>
<CENTER>
Globals: </br>
{% for global in globals %}
{{ global.name }}</br>
{% endfor %}
</CENTER>
</BODY>
</HTML>