From 54a1b5d464c1d3f6c6c15badd111fe3f3edffc87 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Mon, 15 Aug 2016 17:36:43 +0300 Subject: Add GA :sob: and some meta tags --- index.html | 15 +++++++++++++++ index.js | 3 +++ 2 files changed, 18 insertions(+) diff --git a/index.html b/index.html index a90271c..7c742d2 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,24 @@ + + + + + +
+ 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 { { this.setState(Object.assign({}, this.state, { size: e.target.value })) }}> + } } -- cgit v1.3.1