Services page finished. Ready for deployment

This commit is contained in:
2024-04-28 16:48:16 +01:00
parent 7d4ef4b429
commit 4d2770d003
29 changed files with 213 additions and 135 deletions

5
static/js/services.js Normal file
View File

@@ -0,0 +1,5 @@
var _loading = true;
function hookupPageServices() {
_loading = false;
}