aboutsummaryrefslogtreecommitdiff
path: root/src/templates/footer.html
diff options
context:
space:
mode:
authorMark Powers <mark@marks.kitchen>2020-12-24 12:48:58 -0600
committerMark Powers <mark@marks.kitchen>2020-12-24 12:48:58 -0600
commit572671a916335fbbe8766b37b683b8a585c49abd (patch)
tree317feb8a26a87d62977895d860c522498773a976 /src/templates/footer.html
parentee5600aac9548075634f51113f9b5ed078f82e12 (diff)
Add background changer and css
Diffstat (limited to 'src/templates/footer.html')
-rw-r--r--src/templates/footer.html6
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>