diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-17 18:20:39 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-17 18:20:39 -0700 |
commit | 6f45cc287112030387f33169c762ee9448c0c65c (patch) | |
tree | 6c6effd9305e14569b5222c6a58f00724c6029fc /util/tmpl/footer.html | |
parent | f079db0471424a873f22315c7911571d467e97ad (diff) |
Splitting out header and footer templates
Diffstat (limited to 'util/tmpl/footer.html')
-rw-r--r-- | util/tmpl/footer.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/tmpl/footer.html b/util/tmpl/footer.html new file mode 100644 index 00000000..7c2cac6b --- /dev/null +++ b/util/tmpl/footer.html @@ -0,0 +1,3 @@ + <script src="{{root}}/js/popup.js"></script> + </body> +</html> |