diff options
Diffstat (limited to 'util')
-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> |