HTML Templates

This commit is contained in:
2019-09-01 17:34:25 +02:00
parent ae70e47ebc
commit 4d4f4793d7
8 changed files with 170 additions and 0 deletions

6
masks/home.html Normal file
View File

@@ -0,0 +1,6 @@
<script type="text/javascript">
oCATC.pageInit = function(asHash, bFirstPage)
{
console.log('home init');
}
</script>