diff options
Diffstat (limited to 'src/templates/footer.html')
-rw-r--r-- | src/templates/footer.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/templates/footer.html b/src/templates/footer.html index 617b5fa..6dc5a48 100644 --- a/src/templates/footer.html +++ b/src/templates/footer.html @@ -11,4 +11,8 @@ <span class="spacer"></span> <br> </div> -</footer>
\ No newline at end of file + <div> + <noscript>Enable javascript for a background image</noscript> + <script src="/js/background.js"></script> + </div> +</footer> |