kaiwa/clientapp/templates/main.html

18 lines
458 B
HTML

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