├── .gitignore └── index.html /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | /node_modules 3 | npm-debug.log -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |

{{ title }}

5 |
6 | 7 | --------------------------------------------------------------------------------