Files: 90bca5c148200ba5c7993f3c8c2bf41653877172 / index.html
317 bytesRaw
1 | |
2 | <html> |
3 | <head> |
4 | <meta charset="utf-8"> |
5 | <title>Timetable</title> |
6 | <script src="js/letnice.js"></script> |
7 | <link rel="stylesheet" href="css/style.css"/> |
8 | </head> |
9 | <body> |
10 | <section id="center"> |
11 | </section> |
12 | <script> |
13 | var letnice = new Year(); |
14 | </script> |
15 | </body> |
16 | </html> |
Built with git-ssb-web