Created
March 22, 2016 14:01
-
-
Save ramontayag/3cfd8c762ef2755d66c4 to your computer and use it in GitHub Desktop.
Sample pages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "Home", | |
"body": "<h1>Welcome to our website!</h1><p>Feel free to browse around. Be <img src=\"http://qc.cisv.ph/assets/images/nice.jpg\"/></p>", | |
"children": [ | |
{ | |
"name": "Child of home page", | |
"body": "<h1>Welcome to our website!</h1><p>Feel free to browse around. Be <img src=\"http://qc.cisv.ph/assets/images/nice.jpg\"/></p>" | |
}, | |
{ | |
"name": "Child of home page 2", | |
"body": "<h1>Welcome to our website!</h1><p>Feel free to browse around. Be <img src=\"http://qc.cisv.ph/assets/images/nice.jpg\"/></p>" | |
} | |
] | |
}, | |
{ | |
"name": "About Us", | |
"body": "<h1>Welcome to our website!</h1><p>Feel free to browse around. Be <img src=\"http://qc.cisv.ph/assets/images/nice.jpg\"/></p>", | |
"children": [ | |
{ | |
"name": "Child of About Us", | |
"body": "<h1>Welcome to our website!</h1><p>Feel free to browse around. Be <img src=\"http://qc.cisv.ph/assets/images/nice.jpg\"/></p>" | |
}, | |
{ | |
"name": "Child of about us 2", | |
"body": "<h1>Welcome to our website!</h1><p>Feel free to browse around. Be <img src=\"http://qc.cisv.ph/assets/images/nice.jpg\"/></p>" | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment