Compare commits
10
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9c4ec24fc9 | ||
|
|
8b716d836c | ||
|
|
dc0567b054 | ||
|
|
df66b02b8c | ||
|
|
6c6edc3f46 | ||
|
|
24e7eb724f | ||
|
|
c8f53c21cd | ||
|
|
f18e7c03d2 | ||
|
|
6a89dc56da | ||
|
|
d8fa0badb7 |
+6
-4
@@ -3,11 +3,13 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Coole Urlaubswebseite</title>
|
||||
<title>Coole Urlaubswebseite!</title>
|
||||
</head>
|
||||
<body>
|
||||
<body style="background-color: rgb(255, 255, 255)">
|
||||
<h1>Das hier wird eine colle Urlaubswebseite!</h1>
|
||||
<p>Ein kleiner Absatz</p>
|
||||
<p>In Europa gibt es viele gute Reiseziele</p>
|
||||
<p style="color: red;">Ein kleiner Absatz.</p>
|
||||
<p>In Europa gibt es viele gute Reiseziele.</p>
|
||||
<p>Nochmal mehr Inhalt!</p>
|
||||
<a href="#">Nach oben springen</a>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user