forked from Levina-Y-A/BeePolite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (39 loc) · 1.46 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
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="de-at">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>BeePolite</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link rel="shortcut icon" href="images/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="styles/index.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<style type="text/css">
</style>
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
</head>
<body>
<div id="wrap">
<div id="header">
<a href="#" alt="Das Logo des Beepolite"><img src="https://github.com/Levina-Y-A/BeePolite/blob/master/beepolitelogo.png?raw=true" /></a>
</div>
<!-- header area -->
<!-- contents end -->
<div class="contents">
<form>
<textarea class="textbox_left" name="" value=""></textarea>
<button type="submit" class="button" id="hoeflicher" ><span>"Höflicher"</span></button>
<textarea class="textbox_right" name="" value=""></textarea>
</form>
</div>
<!-- footer area -->
<div id="footer">
<span class="Institutsnamen">JugendHackt+GoetheInstitut</span>
<span class="gemacht_von">Anna/Levina/Yurim/Seoyun</span>
<span class="Urheberrecht">© Goethe Institut All rights reserved</span>
</div>
</div>
<!-- fooer end -->
</div>
</body>
</html>