2013-09-12 02:53:35 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2013-10-12 01:39:30 -04:00
|
|
|
<head manifest="/manifest.cache">
|
2013-09-25 12:52:38 -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-25 12:52:38 -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>
|
2013-10-11 17:42:08 -04:00
|
|
|
<a href="/logout">Cancel</a>
|
2013-09-13 00:28:59 -04:00
|
|
|
</section>
|
2013-09-12 02:53:35 -04:00
|
|
|
</body>
|
|
|
|
</html>
|