-
Notifications
You must be signed in to change notification settings - Fork 1
/
scorebug.html
32 lines (26 loc) · 1.27 KB
/
scorebug.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Scorebug</title>
<link rel="stylesheet" type="text/css" href="/css/basscss.min.css">
<script type="text/javascript" src="js/jquery/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="js/scoreboard/Scoreboard.js"></script>
<script type="text/javascript" src="/templates/templates.js"></script>
<script type="text/javascript" src="/templates/ga.js"></script>
<link rel="shortcut icon" type="image/png" href="/favicon.png">
</head>
<body>
<div id="navHeader"></div>
<section class="container">
<h1>Soccer Scorebug</h1>
<iframe height='400' scrolling='no' src='//codepen.io/dannypage/embed/EjzGwd/?height=400&theme-id=18052&default-tab=result' frameborder='no' allowtransparency='true' allowfullscreen='true' style='width: 100%;'>See the Pen <a href='http://codepen.io/dannypage/pen/EjzGwd/'>Soccer Scorebug</a> by Danny Page (<a href='http://codepen.io/dannypage'>@dannypage</a>) on <a href='http://codepen.io'>CodePen</a>.
</iframe>
</section>
<div id="navFooter"></div>
</body>
<footer>
<script type="text/javascript" src="js/internal/scorebug.js"></script>
</footer>
</html>