aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: ec656db8cd819c4c81bdc149435cc521458a8594 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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>
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<link rel="manifest" href="manifest.json">
	</head>
	<body>
		<noscript>
			<p>This application requires JavaScript. Please enable it!</p>
		</noscript>
	</body>
</html>