-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (64 loc) · 2.6 KB
/
index.html
File metadata and controls
70 lines (64 loc) · 2.6 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>Videospiele</title>
<link rel="stylesheet" type="text/css" href="index.css" />
<link rel="shortcut icon" type="image/x-icon" href="controller.ico">
</head>
<body>
<div id="Uberschrift">
<h1> Videospiele</h1>
</div>
<div id="Home">
<a href="http://esg-landau.de/wf09/projekte.html"><img src="Home.png" alt="Zurück zur Projektseite"></a>
</div>
<div id="validator">
<a href="http://validator.w3.org/check?uri=referer">
<img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
</div>
<div id="Links">
<br><br><br><br><br><br><br><br><br><br><br>
<a title="Genre" href="genre.html">Genre</a><br><br><br>
<a title="Geschichte" href="geschichte.html">Geschichte</a><br><br><br>
<a title="Plattformen" href="platformen.html">Plattformen</a><br><br><br>
<a title="Reviwes" href="reviews.html">Persönliche Reviews</a><br><br><br>
<a title="Hall of Fame" href="halloffame.html">Hall of Fame der Entwickler</a><br><br><br>
<a title="Startseite" href="index.html">Home</a><br><br>
<form id="kontaktformular" name="kontaktformular" action="http://www.formular-chef.de/fc.cgi"
method="post">
<input type="hidden" name="empfaenger" value="clashofdanielluck@gmail.com," />
<div>
<label for="absender">Ihr Name:</label>
<input type="text" id="absender" name="absender" />
</div>
<div>
<label for="nachricht">Ihre Nachricht:</label>
<textarea id="nachricht" name="nachricht" cols="20" rows="5"></textarea>
</div>
<div>
<input type="submit" value="Abschicken" />
</div>
</form>
</div>
<div id="Einleitungstext">
<h1>Herzlich Willkommen!</h1> Auf unserer Website zum Thema Videospiele!<br>
Auf dieser Website werdet Ihr grundlegendes zum Thema Videospiele finden. Von einer Liste wichitiger Entwickler und <br>
persönlichkeiten im Videospielgenre bis hin zu den beginnen der Videospiele! Auf der linken Seite findet ihr links zu den<br>
Unterthemen und oben rechts kommt Ihr über den blauen Button zurück zur Projektseite um euch viele weiter intersannte<br>
Websites anzuschauen. Für eine optimale Website betrachtung empfehlen wir ein 1280-px x X-px großes Browserfenster.<br>
Wir hoffen das Desing unserer Website gefällt euch!<br>
Euer Websiteteam!<br>
<br>
<br>
<br>
Daniel ,Nam und Daniel<br>
</div>
<div id="bild1">
<img src="lc" alt="Lara Croft">
</div>
<div id="bild2">
<img src="ets.png" alt="EuroTruckSimulator">
</div>
</body>
</html>