kaiwa/clientapp/templates/main.html

18 lines
458 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
2013-10-12 01:39:30 -04:00
<head manifest="/manifest.cache">
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>
<a class="button" href="/logout">Cancel</a>
</section>
</body>
</html>