Add no javascript message
Some checks failed
Core Repos/Homepage/pipeline/head There was a failure building this commit
Core Repos/Homepage/pipeline/pr-master There was a failure building this commit

If users do not have Javascript enabled they will not see any of the
site until its enabled, also added some tracking to see if any if any
users actually visit the site without JS.
This commit is contained in:
Cameron Cordes
2020-08-27 14:43:59 -04:00
parent ad6b7d7fb1
commit e6482bac14

View File

@@ -35,6 +35,10 @@
<!-- End Piwik Code --> <!-- End Piwik Code -->
</head> </head>
<body> <body>
<noscript>
<p class="m-3 text-center">This website uses Angular which relies on Javascript, please enable it for full functionality.</p>
<img src="https://matomo.cameroncordes.me/matomo.php?idsite=1&amp;rec=1" style="border:0" alt="" />
</noscript>
<app-root></app-root> <app-root></app-root>
</body> </body>
</html> </html>