forked from CringeStudios/gamja
17 lines
431 B
HTML
17 lines
431 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<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>Unfortunately gamja requires JavaScript. Please enable it!</p>
|
|
</noscript>
|
|
</body>
|
|
</html>
|