-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (49 loc) · 1.82 KB
/
index.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Bayou Grand Prix</title>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8">
</head>
<body>
<h1 align="center">Bayou Grand Prix Racing League</h1>
<p><br>
The Bayou Grand Prix is continuing its tradition of racing excellence into its
eighth season! Stay tuned here for racing results and news.
<br>
<br>
For those interesting in joining us, you must first pass our audiovisual
qualification test, which can be found <a href="test/are_u_mad.html">here</a>.
<br>
<br>
<a href="houserules.html">House rules</a><br>
<br>
<a href="http://groups.yahoo.com/group/bayougrandprix/">Yahoo group for drivers</a>
<br>
<br>
Season 1, 2001: <a href="season1/index.html">Results</a><br>
And the <a href="season1/picnic/index.html">picnic</a> we had afterwards. <br>
Season 2, 2002: <a href="season2.html">Results</a><br />
And the <a href="season2_new_scoring.html">results</a> under the new Formula 1 points formula.<br />
Season 3, 2003: <a href="season3.html">Results</a><br />
Season 4, 2004: <a href="season4.html">Results</a><br />
Season 5, 2005: <a href="season5.html">Results</a><br />
Season 6, 2008: <a href="season6.html">Results</a><br />
Season 7, 2011: <a href="season7.html">Results</a><br />
Season 8, 2012: <a href="season8.html">Results</a><br />
<p> </p>
<script type="text/javascript">
var _gauges = _gauges || [];
(function() {
var t = document.createElement('script');
t.type = 'text/javascript';
t.async = true;
t.id = 'gauges-tracker';
t.setAttribute('data-site-id', '4fcd2b89613f5d38ba000046');
t.src = '//secure.gaug.es/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();
</script>
</body>
</html>