diff options
author | B_Rt <b_rt@g.pl> | 2013-03-09 04:24:38 +0100 |
---|---|---|
committer | B_Rt <b_rt@g.pl> | 2013-03-09 04:24:38 +0100 |
commit | 1ca734bc8c6c59b4996980f0f0103698cc9cf153 (patch) | |
tree | 2a9977f511172b457ca12b09b6ee045e67467e02 | |
parent | 1c7cd2d81c04d949e51ec58d84c55492a7375437 (diff) | |
download | helye-1ca734bc8c6c59b4996980f0f0103698cc9cf153.tar.gz helye-1ca734bc8c6c59b4996980f0f0103698cc9cf153.tar.bz2 helye-1ca734bc8c6c59b4996980f0f0103698cc9cf153.zip |
footer small fix: FontFabric link
-rw-r--r-- | templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/home.html b/templates/home.html index e339314..48a6ff5 100644 --- a/templates/home.html +++ b/templates/home.html @@ -58,7 +58,7 @@ <span id="word1">{{ words[0]|e }}</span> <div id="image_wrapper"></div> <span id="word2">{{ words[1]|e }}</span><br /> - <div class="foot">Copyright © RiddleKiller Ltd.<br>Features Kelson Sans font by <a>http://FontFabric.com/</a></div> + <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> <!--<script type="text/javascript" src="{{ url_for('static', filename='js/home.js') }}"></script>--> |