git ssb

0+

Rômulo Alves / dat-letnice



Tree: 2b6dbab4cf1db85518e47f39c06ea9560e89c2ab

Files: 2b6dbab4cf1db85518e47f39c06ea9560e89c2ab / index.html

385 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/letnice.js"></script>
9 </head>
10 <body>
11 <section id="center">
12 </section>
13 <script>
14 let letnice = new Year(window.location.hash);
15 </script>
16 </body>
17</html>

Built with git-ssb-web