moved static data one directory up

This commit is contained in:
Kevin Froman 2019-09-23 17:56:05 -05:00
parent e4df34ef29
commit 09f6735961
124 changed files with 27 additions and 54 deletions

View file

@ -0,0 +1,5 @@
fetch('shared/about.html')
.then(resp=>resp.text())
.then(function(response) {
aboutText = response
})