forked from CringeStudios/gamja
Add <noscript> message
Avoids a blank page when JS is disabled.
This commit is contained in:
parent
61b0425128
commit
0c79b9a3ee
@ -2,10 +2,13 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>IRC client</title>
|
<title>gamja IRC client</title>
|
||||||
<link rel="stylesheet" href="/style.css">
|
<link rel="stylesheet" href="/style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<noscript>
|
||||||
|
<p>Unfortunately gamja requires JavaScript. Please enable it!</p>
|
||||||
|
</noscript>
|
||||||
<script type="module">
|
<script type="module">
|
||||||
import { html, render } from "/lib/index.js";
|
import { html, render } from "/lib/index.js";
|
||||||
import App from "/components/app.js";
|
import App from "/components/app.js";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user