1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00
kaiwa/clientapp/template.html

17 lines
381 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>OTalk</title>
<link rel="stylesheet" type="text/css" href="#{cssFileName}" />
<script src="#{jsFileName}"></script>
</head>
<body class="aux">
<header>
2013-09-16 05:19:07 -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>
</section>
</body>
</html>