diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-08-15 17:36:43 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-08-15 17:36:43 +0300 |
| commit | 54a1b5d464c1d3f6c6c15badd111fe3f3edffc87 (patch) | |
| tree | 4611e706b3ce23fede57d8198893b6fcd89c9441 /index.js | |
| parent | 36dca367fd4e0d531b025f5ca0e5eb9396d89a30 (diff) | |
Add GA :sob: and some meta tags
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -37,6 +37,9 @@ class Qrgen extends React.Component { <input type='text' value={this.state.size} onChange={(e) => { this.setState(Object.assign({}, this.state, { size: e.target.value })) }}></input> + <footer> + <p>Created by <a href="https://yuv.al">Yuval Adam</a>. Source available on <a href="https://github.com/yuvadm/qrgen.xyz">Github</a>.</p> + </footer> </div> } } |
