37 lines
1.2 KiB
HTML
37 lines
1.2 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>LADD Roller Derby Scoreboard</title>
|
||
|
<meta charset="utf-8">
|
||
|
<link rel="stylesheet" type="text/css" href="res/style.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>LADD Scoreboard</h1>
|
||
|
|
||
|
<p>
|
||
|
Having problems? Try something other than Internet Explorer!
|
||
|
Chrome and Firefox have both been tested extensively.
|
||
|
</p>
|
||
|
|
||
|
<ul>
|
||
|
<li><a href="scoreboard.html">Normal layout</a>, or <a href="classic.html">with team names</a></li>
|
||
|
<li><a href="crg.html">CRG-style layout</a>, or <a href="crg-nologo.html">CRG without logos</a></li>
|
||
|
<li><a href="highvis.html">High-visibility</a></li>
|
||
|
<li><a href="micro.html">Timers-only</a></li>
|
||
|
<li>Flags: <a href="flag-us.html">USA</a> <a href="flag-ca.html">Canada</a> <a href="flag-mx.html">Mexico</a></li>
|
||
|
</ul>
|
||
|
|
||
|
<h1>Documentation</h1>
|
||
|
<ul>
|
||
|
<li><a href="http://youtu.be/MXOzmmnHqXU">operation tutorial</a></li>
|
||
|
<li><a href="http://youtu.be/lH1VZ2kFatY">installation tutorial</a></li>
|
||
|
<li><a href="res/usage.html">Text documentation</a></li>
|
||
|
</ul>
|
||
|
|
||
|
<address>
|
||
|
Neale Pickett <<a href="mailto:neale@woozle.org">neale@woozle.org</a>>
|
||
|
</address>
|
||
|
|
||
|
</body>
|
||
|
</html>
|