-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserienliste.html
60 lines (49 loc) · 1.27 KB
/
serienliste.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<title>Serienliste</title>
<style>
#back {
text-align:left;
font-family:Verdana;
padding:5px;
background-color:#0066cc;
}
.ani {
background-color:#0066cc;
color:white;
margin:20px;
padding:20px;
border:5px solid mediumturquoise;
font-family:Verdana;
}
</style>
</head>
<body>
<div class="back">
<a href="index.html"><button>⇦ Zurück</button></a>
</div>
<div class="ani">
<a href="dahoamisdahoam.html"><h2>Dahoam is Dahoam</a></h2>
<p>Dahoam is Dahoam ist eine bayrische Seifenoper,
die seit dem 8. Oktober 2007 ausgestrahlt wird.</p>
</div>
<div class="ani">
<a href="thebigbangtheory.html"><h2>The Big Bang Theory</a></h2>
<p>The Big Bang Theory ist eine US amerikanische Sitcom
die von Chuck Lorre und Bill Prady erfunden wurde und vom 24. September 2007
bis zum 16. Mai 2019 lief.</p>
</div>
<div class="ani">
<a href="themiddle.html"><h2>The Middle</a></h2>
<p>The Middle ist eine US amerikanische Sitcom, die von
2009 bis 2018 produziert wurde.</p>
</div>
<div class="ani">
<a href="youngsheldon.html"><h2>Young Sheldon</a></h2>
<p>Young Sheldon ist eine US amerikanische Comedyserie
von Chuck Lorre und Steven Molaro die seit dem September
2017 von CBS ausgestrahlt wird.</p>
</div>
</body>
</html>