Add a warning message if javascript is disabled

This commit is contained in:
Chrystian Huot 2019-08-29 12:59:24 -04:00
parent 8e4c09fde4
commit c86fa16820

View file

@ -23,5 +23,7 @@
</head>
<body>
<app></app>
<app>
You must have JavaScript enabled to use this app.
</app>
</body>