Add files from old Git

This commit is contained in:
Simon V. Lejel 2021-12-28 00:08:19 +01:00
commit d824c67bb4
8 changed files with 57 additions and 0 deletions

3
js/script.js Normal file
View file

@ -0,0 +1,3 @@
function navigateBack() {
history.back();
}