You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.2 KiB

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Listener</title>
<link rel="shortcut icon" href="images/favicon.ico"/>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='/css/leaguelistener.css'>
<script src='/js/leaguelistener.js'></script>
</head>
<body>
<h1>Attenttion!</h1>
<h3>Don't change tabs: this page needs to stay open and in focus for the duration of the game.</h3>
<h3>Once a winner is declared an alert will be triggered and the page can be closed.</h3>
<div class="spinner" id="spinner">
<div class="leo-border-1">
<div class="leo-core-1"></div>
</div>
<div class="leo-border-2">
<div class="leo-core-2"></div>
</div>
</div>
<div class="wrapper" onclick="start()">
<div class="bt base" id="bt">
<span class="bt_text">Ready</span>
</div>
<div class="bt border"></div>
<div class="bt border2"></div>
<div class="bt border3"></div>
</div>
</body>
</html>