-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
38 lines (29 loc) · 1.56 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" xmlns:fb="http://ogp.me/ns/fb#">
<head>
<title>P-space money check</title>
<link rel="shortcut icon" href="http://www.p-space.gr/wp-content/uploads/2011/12/favicon.png" type="image/vnd.microsoft.icon"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="style.css" type="text/css" charset="utf-8" />
</head>
<body>
<div style="height:100%;">
<div id="MainLog" class="MainLogo" style="position:absolute; top:2%; left:0px; z-index:1000; width:3%;">
<A HREF="http://p-space.gr"><img name="logo" src="sign.svg" Title="P-space - Home" alt="Pspace" width="400%" align="left"></A>
</div>
<div style="position:absolute; left:0%; top:0%; width:100%; text-align:center; z-index:200;"
<br><h1 class="contact">Μάθε αν χρωστάς στο P-Space...!</h1>
<form method="POST" name="contactform" action="mail-form-handler.php">
<label for='email'>Email Address: </label>
<input type="text" name="email"/>
<input type="submit" value="Submit"><br>
</form>
</p>
</div>
<!--FOOTER***************************************-->
<div style="position:absolute; left:0%; top:25%; width:100%; text-align:center; z-index:1000;">
<iframe src="https://docs.google.com/spreadsheet/pub?hl=en_US&hl=en_US&key=0AkzP1vd7dfuJdHljYnRtTGYyeUpsUmJfWGJVb1dCMVE&single=true&gid=1&output=html" width="100%" height="700" frameborder="0"></iframe>
</div>
</div>
</body>
</html>