feature/add-noscript-message #7

Merged
cameron merged 3 commits from feature/add-noscript-message into master 2020-08-27 19:10:03 +00:00
Showing only changes of commit e6482bac14 - Show all commits

View File

@@ -35,6 +35,10 @@
<!-- End Piwik Code -->
</head>
<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>
</body>
</html>