diff --git a/app/index.html b/app/index.html index 9ce3af7..eae5bcc 100644 --- a/app/index.html +++ b/app/index.html @@ -122,6 +122,15 @@ font-size: 96px; } + span { + position: absolute; + top: 0%; + left: 50%; + transform: translate(-50%, 0%); + color:#f00; + font-size: 16px; + } + canvas { display: block; position: absolute; @@ -245,7 +254,7 @@ } catch (e) { console.error(e); - document.querySelector('div').parentNode.innerHTML += 'Inititialization failure. Check the console for details.'; + document.querySelector('div').parentNode.innerHTML += 'Inititialization failure. Check the console for details.'; } };