Compare commits
19 Commits
ab8bf831ed
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| cce1810065 | |||
| c3f54b897f | |||
| f59f7d2263 | |||
| 081a605f5d | |||
| e4f9f9f871 | |||
| 91b6804e43 | |||
| 368f3a4aab | |||
| 52fb9a34d5 | |||
| be899a0ada | |||
| 9c4ec24fc9 | |||
| 8b716d836c | |||
| dc0567b054 | |||
| df66b02b8c | |||
| 6c6edc3f46 | |||
| 24e7eb724f | |||
| c8f53c21cd | |||
| f18e7c03d2 | |||
| 6a89dc56da | |||
| d8fa0badb7 |
@@ -0,0 +1,17 @@
|
|||||||
|
# Das ist eine Test README Datei
|
||||||
|
|
||||||
|
### Abschnitt 1
|
||||||
|
|
||||||
|
|
||||||
|
test aka lorem Ipson
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
+8
-4
@@ -3,11 +3,15 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Coole Urlaubswebseite</title>
|
<title>Coole Urlaubswebseite!</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body style="background-color: rgb(255, 255, 255)">
|
||||||
<h1>Das hier wird eine colle Urlaubswebseite!</h1>
|
<h1>Das hier wird eine colle Urlaubswebseite!</h1>
|
||||||
<p>Ein kleiner Absatz</p>
|
<p style="color: red;">Ein kleiner Absatz.</p>
|
||||||
<p>In Europa gibt es viele gute Reiseziele</p>
|
<p>In Europa gibt es viele gute Reiseziele.</p>
|
||||||
|
<p>Nochmal mehr Inhalt!</p>
|
||||||
|
<p>Nochmal mehr Inhalt!</p>
|
||||||
|
<p>noch noch mehr mehr Inhalt</p>
|
||||||
|
<a href="#">Nach oben springen</a>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user