kaiwa/clientapp/templates/main.html

18 lines
468 B
HTML
Raw Normal View History

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