1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-22 17:22:22 -05:00
kaiwa/clientapp/template.html
2013-10-11 14:42:08 -07:00

18 lines
416 B
HTML

<!DOCTYPE html>
<html>
<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 href="/logout">Cancel</a>
</section>
</body>
</html>