Initial empty app

This commit is contained in:
MattIPv4
2020-04-27 20:20:51 +01:00
commit 9e615bb036
16 changed files with 8787 additions and 0 deletions

7
.posthtmlrc.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
"plugins": {
"posthtml-extend": {
"root": "./src"
},
}
}