git ssb

2+

cel / scuttlebot.io



Tree: 338e0ca3c8de6d685bca80161faf219c20acd76d

Files: 338e0ca3c8de6d685bca80161faf219c20acd76d / tmpl / guides / todo-list-app / intro.html.js

240 bytesRaw
1var page = require('../../page.part')
2module.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