diff options
Diffstat (limited to 'rules.html')
| -rw-r--r-- | rules.html | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -4,6 +4,7 @@ <meta charset="utf-8"> <title>Rules - Technicolor's Series of Foosball</title> <link rel="stylesheet" type="text/css" href="style.css"> + <link href='http://fonts.googleapis.com/css?family=Nunito:300,700' rel='stylesheet' type='text/css'> </head> <body> <div id="content"> @@ -13,13 +14,15 @@ </header> <menu> <ul> - <li><a href="tableau.html">Bracket</a></li> + <li><a href="bracket.html">Bracket</a></li> <li><a href="teams.html">Teams</a></li> - <li><a href="rules.html">Rules</a></li> + <li><a href="schedule.html">Schedule</a></li> </ul> </menu> <article> + <div class="readable"> + <h1>Rules</h1> <h2>Definitions</h2> @@ -90,6 +93,7 @@ <li>Scoring from the midfield during the game</li> <li>Scoring from the attack rod without stopping the ball first</li> </ul></p> + </div> <!-- readable --> </article> <footer> © Copyright 2012, Entité TriCastor |
