Merge pull request 'feature/add-noscript-message' (#7) from feature/add-noscript-message into master
All checks were successful
Core Repos/Homepage/pipeline/head This commit looks good
All checks were successful
Core Repos/Homepage/pipeline/head This commit looks good
Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
@@ -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&rec=1" style="border:0" alt="" />
|
||||
</noscript>
|
||||
<app-root></app-root>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user