2013-09-12 02:53:35 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2013-09-13 00:28:59 -04:00
|
|
|
<title>OTalk</title>
|
2013-09-12 02:53:35 -04:00
|
|
|
<link rel="stylesheet" type="text/css" href="#{cssFileName}" />
|
|
|
|
<script src="#{jsFileName}"></script>
|
|
|
|
</head>
|
2013-09-13 00:28:59 -04:00
|
|
|
<body class="aux">
|
|
|
|
<header>
|
2013-09-16 05:19:07 -04:00
|
|
|
<img id="logo" src="/images/logo.png" alt="OTalk" />
|
2013-09-13 00:28:59 -04:00
|
|
|
</header>
|
2013-09-18 13:53:06 -04:00
|
|
|
<section class="box connect">
|
2013-09-13 00:28:59 -04:00
|
|
|
<h2>Connecting...</h2>
|
|
|
|
</section>
|
2013-09-12 02:53:35 -04:00
|
|
|
</body>
|
|
|
|
</html>
|