diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-24 16:18:47 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-24 16:18:47 -0700 |
commit | 59989cd78c60b4c8d089b3bed070b11eb62622b6 (patch) | |
tree | 71293bf328331ed87c461d1e73b7f2c0c4e74579 /util/tmpl | |
parent | d6a92e7b7bdd02706d5ad68ae2d3ea62123fa0a2 (diff) |
File management
Diffstat (limited to 'util/tmpl')
-rw-r--r-- | util/tmpl/footer.html | 1 | ||||
-rw-r--r-- | util/tmpl/header.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/util/tmpl/footer.html b/util/tmpl/footer.html index 2ab5c0d1..3840600f 100644 --- a/util/tmpl/footer.html +++ b/util/tmpl/footer.html @@ -1,2 +1,3 @@ + <script src="{{root}}/js/frame.js"></script> </body> </html> diff --git a/util/tmpl/header.html b/util/tmpl/header.html index cb9ec67c..6245099f 100644 --- a/util/tmpl/header.html +++ b/util/tmpl/header.html @@ -3,6 +3,6 @@ <head> <meta charset="UTF-8"> <title></title> - <link rel="stylesheet" href="{{root}}/css/popup.css"> + <link rel="stylesheet" href="{{root}}/css/frame.css"> </head> <body> |