/extremedating/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/extremedating/trunk

« back to all changes in this revision

Viewing changes to index.php

  • Committer: Gustav Hatvigsson
  • Date: 2013-04-13 11:54:20 UTC
  • mfrom: (2.1.6 extremedating)
  • Revision ID: gustav.hartvigsson@gmail.com-20130413115420-b6bxqwer43ed5kky
merging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        <header>
23
23
                <title>Lunchdating</title>
24
24
                <link rel="stylesheet" type="text/css" href="css/main.css"/>
 
25
                <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
25
26
        </header>
26
27
        <body id="wrapper">
27
28
                <div id="profile">
28
 
                <img src="img/profilemockup.jpg" />
 
29
                        <div id="profileheader">
 
30
                                <p id="profilename">Sven Okänd</p>
 
31
                        </div>
 
32
                        <div id="profileimg">
 
33
                                <img src="img/profilemockup.jpg"/>
 
34
                                <p id="smallheader">Personer jag vill träffa:</p>
 
35
                                <p id="profilelink">Herp Derp</p>
 
36
                                <p id="profilelink">Jane Doe</p>
 
37
                                <p id="smallheader">Personer som vill träffa mig:</p>
 
38
                                <p id="profilelink">Jane Doe</p>
 
39
                                
 
40
                        </div>
 
41
                        <div id="wallflow">
 
42
                        </div>
29
43
                </div>
30
44
        </body>
31
45
</html>