diff options
Diffstat (limited to 'web/src')
-rw-r--r-- | web/src/templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/src/templates/index.html b/web/src/templates/index.html index db9d2ecb..d2d01776 100644 --- a/web/src/templates/index.html +++ b/web/src/templates/index.html @@ -7,6 +7,7 @@ <link rel="stylesheet" href="/static/vendor.css"/> <link rel="stylesheet" href="/static/app.css"/> <link rel="icon" href="/static/images/favicon.ico" type="image/x-icon"/> + <script src="/static/static.js"></script> <script src="/static/vendor.js"></script> <script src="/static/app.js"></script> </head> |