This commit is contained in:
2019-02-11 17:36:40 +01:00
parent 14a732c31e
commit df674a7ec5
18 changed files with 344 additions and 62 deletions

9
pages/index.json Normal file
View File

@ -0,0 +1,9 @@
{
"title": "Home",
"template": "page",
"access": "public",
"content": "<h1>hello world</h1>",
"modules": {
"?": "?"
}
}