This commit is contained in:
Thomas Chartron 2021-11-04 22:50:54 +01:00
parent 83572373ee
commit 25af043d3d
5 changed files with 8 additions and 0 deletions

5
static/js/main.js Normal file
View file

@ -0,0 +1,5 @@
document.addEventListener("DOMContentLoaded", function() {
let navbar_links = document.querySelector('#nav-links');
console.log(navbar_links);
});

0
templates/404.html Normal file
View file

0
templates/page.html Normal file
View file

3
templates/robots.txt Normal file
View file

@ -0,0 +1,3 @@
User-agent: *
Allow: /
Sitemap: {{ get_url(path="sitemap.xml") }}

0
templates/section.html Normal file
View file