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