kaiwa/clientapp/template.html

18 lines
416 B
HTML
Raw Normal View History

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