removed unused files; footer template uses footer tags; closed html in frame; game page uses template and variables

This commit is contained in:
Mimi Momo
2020-09-23 23:57:31 -05:00
parent 36702a2c2e
commit c0272684d1
6 changed files with 11 additions and 99 deletions
+3
View File
@@ -7,6 +7,8 @@
<div class="grid">
% include('logo-bar.tpl')
% include('nav.tpl')
<div class="body-row"> </div>
{{!base}}
@@ -15,3 +17,4 @@
% include('footer.tpl')
</body>
</html>