summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2016-08-21 20:46:09 +0300
committerYuval Adam <_@yuv.al>2016-08-21 20:46:09 +0300
commit4f10e3b39975b644eb4e019091801f2f59bdb061 (patch)
treebf2298edae7e99abea8059c3c8f6f61f63e3e0af /index.html
parent0227d2eaa7452ab4e58468a61a34f2592e3fdef7 (diff)
Extract h1 from root element
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index c8db17c..b2dea4f 100644
--- a/index.html
+++ b/index.html
@@ -20,6 +20,7 @@
</script>
</head>
<body>
+ <h1>QR Code Generator</h1>
<div id="root"></div>
<script type="text/javascript" src="bundle.js" charset="utf-8"></script>
</body>