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