diff options
Diffstat (limited to 'templates/eyecandy.html')
-rw-r--r-- | templates/eyecandy.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/eyecandy.html b/templates/eyecandy.html new file mode 100644 index 0000000..a1b9b3f --- /dev/null +++ b/templates/eyecandy.html @@ -0,0 +1,3 @@ +<img id="richardBanner" class="footer" src="{{ settings.MEDIA_URL }}expoBanner.gif" style="display: none;"/>
+<img id="timeMachine" class="footer" src="{{ settings.MEDIA_URL }}timemachine.gif" style="display: none;"/>
+<img id="surveyHover" class="footer" src="{{ settings.MEDIA_URL }}surveyHover.gif" style="display: none;"/>
\ No newline at end of file |