1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2025-02-21 13:31:46 -05:00

18 lines
468 B
HTML
Raw Normal View History

<!DOCTYPE html>
2014-01-06 19:44:02 -08:00
<html manifest="/manifest.cache">
<head>
2013-09-25 09:52:38 -07:00
<title>Otalk</title>
<link rel="stylesheet" type="text/css" href="#{cssFileName}" />
<script src="#{jsFileName}"></script>
</head>
<body class="aux">
<header>
2013-09-25 09:52:38 -07:00
<img id="logo" src="/images/logo.png" alt="Otalk" />
</header>
2013-09-18 19:53:06 +02:00
<section class="box connect">
<h2>Connecting...</h2>
2013-10-24 23:32:20 +02:00
<a class="button secondary" href="/logout">Cancel</a>
</section>
</body>
</html>