summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2016-08-15 17:36:43 +0300
committerYuval Adam <yuval@y3xz.com>2016-08-15 17:36:43 +0300
commit54a1b5d464c1d3f6c6c15badd111fe3f3edffc87 (patch)
tree4611e706b3ce23fede57d8198893b6fcd89c9441 /index.js
parent36dca367fd4e0d531b025f5ca0e5eb9396d89a30 (diff)
Add GA :sob: and some meta tags
Diffstat (limited to 'index.js')
-rw-r--r--index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.js b/index.js
index ac2d47f..38fac1b 100644
--- a/index.js
+++ b/index.js
@@ -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>
}
}