/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: Daniel Johansson
  • Date: 2013-04-13 15:18:13 UTC
  • Revision ID: maila@danieljohansson.nu-20130413151813-ppbio8vwyc45o5wa
Added loginboxes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<!--
 
3
    ExtremeDating - a Hackathon 2013 project.
 
4
    Copyright (C) 2013 Gustav Hartvigsson <gustav.hartvigsson@gmail.com>
 
5
    Copyright (C) 2013 Daniel Johansson <maila@danieljohansson.nu>
 
6
 
 
7
 
 
8
    This program is free software: you can redistribute it and/or modify
 
9
    it under the terms of the GNU Affero General Public License as
 
10
    published by the Free Software Foundation, either version 3 of the
 
11
    License, or (at your option) any later version.
 
12
 
 
13
    This program is distributed in the hope that it will be useful,
 
14
    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
16
    GNU Affero General Public License for more details.
 
17
 
 
18
    You should have received a copy of the GNU Affero General Public License
 
19
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
20
-->
 
21
        <header>
 
22
                <title>Lunchdating</title>
 
23
                <link rel="stylesheet" type="text/css" href="css/main.css"/>
 
24
                <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
 
25
        </header>
 
26
        <body id="wrapper">
 
27
                <div id="profile">
 
28
                        <div id="profileheader">
 
29
                                <div id="login">
 
30
                                <input id="input" type="string" name="Username" value="Användarnamn"/><br/><br/>
 
31
                                <input id="input" type="string" name="Password" value="Lösenord"/><br/><br/>
 
32
                                <input id="input" type="submit" />
 
33
                                </div>
 
34
                                <div id="loginlabel">
 
35
                                <p align="right">Användarnamn:</p>
 
36
                                <p align="right">Lösenord:</p>
 
37
                                </div>
 
38
                        </div>
 
39
                        <div id="profileimg">
 
40
                        </div>
 
41
                        <div id="wallflow">
 
42
                        </div>
 
43
                </div>
 
44
        </body>
 
45
</html>