24 lines
948 B
HTML
24 lines
948 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
|
||
|
<title>Kiwi IRC</title>
|
||
|
<style>
|
||
|
/* target specific styles */
|
||
|
body {
|
||
|
/* disable the 'pull down to refresh' on mobiles */
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
.kiwi-noscript-warn {
|
||
|
text-align: center;
|
||
|
font-weight: bold;
|
||
|
padding: 1em;
|
||
|
}
|
||
|
</style>
|
||
|
<link href="static/css/app.e3f54fec.css" rel="preload" as="style"><link href="static/js/app.590b085d.js" rel="preload" as="script"><link href="static/js/vendor.4fec47b8.js" rel="preload" as="script"><link href="static/css/app.e3f54fec.css" rel="stylesheet"></head>
|
||
|
<body>
|
||
|
<div id="app"></div>
|
||
|
<script type="text/javascript" src="static/js/vendor.4fec47b8.js"></script><script type="text/javascript" src="static/js/app.590b085d.js"></script></body>
|
||
|
</html>
|