mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
44 lines
1.3 KiB
HTML
44 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
|
|
<!--
|
|
Copyright 2014 Team 254. All Rights Reserved.
|
|
Author: nick@team254.com (Nick Eyre)
|
|
-->
|
|
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>Cheesy Arena - A/V Overlay</title>
|
|
<meta name="generator" content="Cheesy Arena" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="/static/css/fonts/roboto-regular/stylesheet.css" type="text/css" charset="utf-8" />
|
|
<link rel="stylesheet" href="/static/css/audience.css"/>
|
|
</head>
|
|
<body>
|
|
|
|
<div id='container'></div>
|
|
|
|
<div class='controlpanel'>
|
|
<h3>Control Panel</h3>
|
|
<button onclick="handle = logoScreen();">Logo</button><br />
|
|
<button onclick="handle();">None</button><br />
|
|
</button>
|
|
|
|
<script src="/static/lib/jquery.min.js"></script>
|
|
<script src="/static/lib/jquery.transit.min.js"></script>
|
|
<script src="/static/js/audience.js"></script>
|
|
|
|
<script type='text/x-template' class='template' id='logoScreen'>
|
|
<div id='logoScreen'>
|
|
<div class='blinds right background'> </div>
|
|
<div class='blinds right center blank'> </div>
|
|
<div class='blinds left background'> </div>
|
|
<div class='blinds left center'> </div>
|
|
<div class='blinds left center blank'> </div>
|
|
</div>
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|