SalexAI commited on
Commit
7b919ed
·
verified ·
1 Parent(s): bbbb1f3

Create myproj.json

Browse files
Files changed (1) hide show
  1. myproj.json +15 -0
myproj.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "pages": [
3
+ {
4
+ "id": "index",
5
+ "title": "Home",
6
+ "components": [
7
+ "<section><h1>Welcome to My Project</h1><p>Edit me in GrapesJS!</p></section>"
8
+ ],
9
+ "styles": []
10
+ }
11
+ ],
12
+ "assets": [],
13
+ "styles": [],
14
+ "name": "My Sample Project"
15
+ }