Files: 29e10e89b29e21699acb50380ef8640f3334735e / index.html
276 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 | <script> |
11 | var letnice = new Year(); |
12 | </script> |
13 | </body> |
14 | </html> |
Built with git-ssb-web