gamja/index.html

18 lines
556 B
HTML
Raw Normal View History

2020-04-24 13:01:02 -04:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; frame-src 'none'; object-src 'none'; connect-src *;">
<title>gamja IRC client</title>
<link rel="stylesheet" href="./style.css">
<script type="module" src="./main.js"></script>
2021-05-26 16:42:35 -04:00
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="manifest.json">
2020-04-24 13:01:02 -04:00
</head>
<body>
<noscript>
2021-11-29 06:50:41 -05:00
<p>This application requires JavaScript. Please enable it!</p>
</noscript>
2020-04-24 13:01:02 -04:00
</body>
</html>