Skip to content
This repository has been archived by the owner on Jul 21, 2019. It is now read-only.

Commit

Permalink
add a basic noscript message
Browse files Browse the repository at this point in the history
fixes #5
  • Loading branch information
adamsiembida committed Aug 20, 2017
1 parent ba3eaed commit 7654303
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
</head>
<body>
<app-root></app-root>

<noscript>
This website requires JavaScript in order to work. Please enable JavaScript if you want to use this site.
</noscript>
</body>
</html>

0 comments on commit 7654303

Please sign in to comment.