diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/home.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/home.html b/templates/home.html index f5e4158..3b957c0 100644 --- a/templates/home.html +++ b/templates/home.html @@ -52,10 +52,10 @@ </style> </head> <body> - <script>words = {{ words|jsonify }}; </script> - <span id="word1">{{ words[0]|e }}</span> + <span id="word1"></span> <div id="image_wrapper"></div> - <span id="word2">{{ words[1]|e }}</span><br /> + <span id="word2"></span> + <br /> <div class="foot">Copyright © RiddleKiller Ltd.<br>Features Kelson Sans font by <a href=http://www.fontfabric.com/>FontFabric.com/</a></div> <script type="text/javascript" src="{{ url_for('static', filename='js/jquery-1.7.2.min.js') }}"></script> <script type="text/javascript" src="{{ url_for('static', filename='js/penis.js') }}"></script> |