-
Notifications
You must be signed in to change notification settings - Fork 1
/
live_game_counter.html
25 lines (22 loc) · 1.12 KB
/
live_game_counter.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Worldwide Live Game Counter</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="/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>Worldwide Live Game Counter</h1>
<p data-height="360" data-theme-id="18052" data-slug-hash="RWWwrz" data-default-tab="result" data-user="dannypage" class='codepen'>See the Pen <a href='http://codepen.io/dannypage/pen/RWWwrz/'>Soccer Game Counter</a> by Danny Page (<a href='http://codepen.io/dannypage'>@dannypage</a>) on <a href='http://codepen.io'>CodePen</a>.</p>
<script async src="//assets.codepen.io/assets/embed/ei.js"></script>
</section>
<div id="navFooter"></div>
</body>
</html>