2015-07-06 22:32:53 -04:00
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
|
|
|
<title>Coexistence</title>
|
2016-01-18 16:37:52 -05:00
|
|
|
<link rel="icon" href="{{ url_for('static', filename='resources/ico/favicon.png')}}">
|
2015-07-06 22:32:53 -04:00
|
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='main.css') }}">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div class="main" id="login">
|
|
|
|
|
<form>
|
|
|
|
|
<div class="form">
|
|
|
|
|
<br>
|
|
|
|
|
<h2>Coexistence</h2>
|
2016-01-19 22:42:56 -05:00
|
|
|
Room Name:<input class="ip" type="text" placeholder="IP">
|
2015-07-06 22:32:53 -04:00
|
|
|
<br>
|
|
|
|
|
<button type="button" class="play">Play!</button>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
<script src="{{ url_for('static', filename='main.js') }}"></script>
|
|
|
|
|
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
|
2015-07-10 00:58:38 -04:00
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-scrollTo/2.1.1/jquery.scrollTo.js"></script>
|
2015-07-06 22:32:53 -04:00
|
|
|
</html>
|