1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00
kaiwa/clientapp/templates/main.html
2014-01-06 19:44:02 -08:00

18 lines
468 B
HTML

<!DOCTYPE html>
<html manifest="/manifest.cache">
<head>
<title>Otalk</title>
<link rel="stylesheet" type="text/css" href="#{cssFileName}" />
<script src="#{jsFileName}"></script>
</head>
<body class="aux">
<header>
<img id="logo" src="/images/logo.png" alt="Otalk" />
</header>
<section class="box connect">
<h2>Connecting...</h2>
<a class="button secondary" href="/logout">Cancel</a>
</section>
</body>
</html>