/extremedating/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/extremedating/trunk
2.1.1 by Daniel Johansson
Added csses, index.php and image folder
1
<!DOCTYPE html>
2
<html>
3
	<header>
4
		<title>Lunchdating</title>
5
		<link rel="stylesheet" type="text/css" href="main.css"/>
6
	</header>
7
	<body id="wrapper">
8
		<div id="profile">
9
		<img src="img\profilemockup.jpg/>
10
		</div>
11
	</body>
12
</html>