Files: 338e0ca3c8de6d685bca80161faf219c20acd76d / tmpl / guides / todo-list-app / intro.html.js
240 bytesRaw
1 | var page = require('../../page.part') |
2 | module.exports = () => page({ |
3 | section: 'guides', |
4 | tab: 'guides-todo-list-app', |
5 | path: '/guides/todo-list-app/intro.html', |
6 | content: ` |
7 | <h2>Lets Write: a Todo List App</h2> |
8 | <p>todo</p> |
9 | ` |
10 | }) |
Built with git-ssb-web