Last active
December 20, 2015 18:28
-
-
Save tmn/6175790 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset=utf-8> | |
<title>Futsal</title> | |
<style> | |
ul { width: 200px; margin: 0 auto; text-align: left; } | |
#container { text-align: center; } | |
</style> | |
</head> | |
<body> | |
<div id="container"> | |
<h1> NTNUI Futsal </h1> | |
<p><img width="142" height="57" src="ntnui.gif" alt="NTNUI"></p> | |
<p><strong>UTTAKSTRENINGER 2013</strong></p> | |
<p>Hei!</p> | |
<p>Før den nye sesongen trenger vi minst 10 nye spillere.</p> | |
<p>Det vil bli avholdt 4 uttakstreninger på høsten. Datoer følger nedenfor.</p> | |
<p>Dersom det er noe dere lurer på, ta gjerne kontakt med meg på: 98857287 eller [email protected]:)</p> | |
<p>Hi!</p> | |
<p>We need at least 10 new players for the next season.</p> | |
<p>There will be held 4 tryouts this fall, dates follow.</p> | |
<p>If you're wondering about anything, please contact me at 98857287 or [email protected]:)</p> | |
<p>Datoer for uttakstreninger/dates for tryouts:</p> | |
<ul> | |
<li>Fredag 30. august</li> | |
<li>Fredag 6. september</li> | |
<li>Fredag 13. september</li> | |
<li>Fredag 20. september</li> | |
</ul> | |
<p> | |
Ta med venner, kjente og ukjente å bli med så får vi en artig høst i vente!<br> | |
Bring your friends and everybody you know, it's going to be an interesting autumn! | |
</p> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment