1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00
kaiwa/clientapp/template.html
2013-09-18 19:53:06 +02:00

17 lines
381 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>
</section>
</body>
</html>