git ssb

0+

Rômulo Alves / dat-letnice



Tree: ccc34dfd351fd863de680736e90b24f449a31a13

Files: ccc34dfd351fd863de680736e90b24f449a31a13 / index.html

447 bytesRaw
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset="utf-8">
5 <title>Letnice</title>
6 <link rel="stylesheet" href="css/fonts.css"/>
7 <link rel="stylesheet" href="css/style.css"/>
8 <script src="js/index.js"></script>
9 <script src="js/letnice.js"></script>
10 <script src="js/calendar.js"></script>
11 </head>
12 <body>
13 <section id="center">
14 </section>
15 <script>
16 let letnice = new Year();
17 </script>
18 </body>
19</html>

Built with git-ssb-web