Tue, 20 Jun 2017 09:37:43 +0300
lisää muutoksia
2 | 1 | <html> |
2 | <head> | |
11
e18ad36fbbf5
Lisätty favicon, korjattu tr()-funktio joka ei olettunut suomen kieleen (vaan kääntämättömään)
Teemu Piippo <teemu@hecknology.net>
parents:
4
diff
changeset
|
3 | <link rel="icon" type="image/png" href="/static/favicon.png" /> |
21 | 4 | <link rel="stylesheet" type="text/css" href="/static/style.css" /> |
2 | 5 | <meta charset='UTF-8' /> |
6 | <style> | |
7 | td, th, body | |
8 | { | |
9 | font-size: 24pt; | |
10 | } | |
11 | .sarake-aika | |
12 | { | |
21 | 13 | text-align: center; |
2 | 14 | } |
15 | </style> | |
4 | 16 | <title>{{linja}} {{selite}}</title> |
2 | 17 | </head> |
18 | <body> | |
4 | 19 | <h1>{{linja}} {{selite}}</h1> |
2 | 20 | </body> |
4 | 21 | </html> |