Indentation, whitespace fixes in templates, JS and srv.py

master
Michał 'czesiek' Czyżewski 2013-03-14 14:20:52 +01:00
parent 1ca734bc8c
commit 65b653b3f5
4 changed files with 130 additions and 131 deletions

View File

@ -1,9 +1,7 @@
<html>
<head>
<head>
<title>So.I.am-a.cat mind derailer</title>
<style>
@font-face{
font-family: "TPBAFK"; src: url("http://so.i.am-a.cat/static/phont/gr82.otf") format('opentype');
}
@ -52,8 +50,8 @@
z-index:1;
}
</style>
</head>
<body>
</head>
<body>
<script>words = {{ words|jsonify }}; </script>
<span id="word1">{{ words[0]|e }}</span>
<div id="image_wrapper"></div>
@ -62,5 +60,5 @@
<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>-->
</body>
</body>
</html>

View File

@ -1,5 +1,5 @@
<html>
<head>
<head>
<title>HellYeah mind derailer</title>
<style>
n1 {
@ -35,13 +35,14 @@
margin-top: 20px;
}
</style>
</head>
<body>
</head>
<body>
<script>words = {{ words|jsonify }}; </script>
<div id="image_wrapper">
<n1>
<span id="word1">{{ words[0]|e }}</span1>
</n1> <br />
</n1>
<br />
<n2>
<span id="word2">{{ words[1]|e }}</span2>
</n2>
@ -50,5 +51,5 @@
<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>-->
</body>
</body>
</html>