diff options
Diffstat (limited to 'template')
| -rwxr-xr-x | template/chat.st | 2 | ||||
| -rwxr-xr-x | template/footer.st | 2 | ||||
| -rw-r--r-- | template/preload.st | 3 |
3 files changed, 6 insertions, 1 deletions
diff --git a/template/chat.st b/template/chat.st index 223b8ab..522a2ac 100755 --- a/template/chat.st +++ b/template/chat.st @@ -81,6 +81,6 @@ $footer()$ <p> </div> + $preload()$ </body> - </html> diff --git a/template/footer.st b/template/footer.st index 86c983e..ae1df96 100755 --- a/template/footer.st +++ b/template/footer.st @@ -13,3 +13,5 @@ try { var pageTracker = _gat._getTracker("UA-12364576-1"); pageTracker._trackPageview(); } catch(err) {}</script> + + diff --git a/template/preload.st b/template/preload.st new file mode 100644 index 0000000..ca8dbaa --- /dev/null +++ b/template/preload.st @@ -0,0 +1,3 @@ +<div id="preload"> + <img src="/static/img/cursors/osx.hand.gif" class="no-cursor invisible" id="cursor-big" /> +</div>
\ No newline at end of file |
