Compare commits

..

19 Commits

Author SHA1 Message Date
admin cce1810065 wg.sh aktualisiert 2026-01-03 20:45:36 +01:00
admin c3f54b897f Ebenfalls README modifiziert 2026-01-02 19:47:54 +00:00
admin f59f7d2263 README.md aktualisiert 2026-01-02 20:43:29 +01:00
admin 081a605f5d Merge branch 'test' 2026-01-02 18:29:37 +00:00
admin e4f9f9f871 editing index.html to more Content 2026-01-02 18:26:50 +00:00
admin 91b6804e43 new config file 2026-01-02 18:24:38 +00:00
admin 368f3a4aab Merge branch 'jannis-git-patch-1' 2026-01-02 18:14:43 +00:00
admin 52fb9a34d5 README Datei hinzugefuegt 2026-01-02 18:13:09 +00:00
jannis-git be899a0ada Adding another paragraph to the website 2020-06-02 14:37:07 +03:00
jannis-git 9c4ec24fc9 Fixing a typo 2020-06-02 14:36:07 +03:00
Jannis Seemann 8b716d836c Changing color of a paragraph 2020-05-21 18:41:16 +03:00
Jannis Seemann dc0567b054 Changing background color 2020-05-21 18:36:00 +03:00
Jannis Seemann df66b02b8c Adding a dot to a sentence 2020-05-21 18:31:12 +03:00
Jannis Seemann 6c6edc3f46 Merge branch 'more-content' 2020-05-20 16:19:28 +03:00
Jannis Seemann 24e7eb724f Adding more content 2020-05-20 16:11:20 +03:00
Jannis Seemann c8f53c21cd Adding link to top 2020-05-20 16:10:29 +03:00
Jannis Seemann f18e7c03d2 Merge branch 'background-color' 2020-05-20 15:50:17 +03:00
Jannis Seemann 6a89dc56da Changing the background color to gray 2020-05-20 15:46:15 +03:00
Jannis Seemann d8fa0badb7 Adding an exclamation sign to the title 2020-05-20 15:44:31 +03:00
3 changed files with 27 additions and 4 deletions
+17
View File
@@ -0,0 +1,17 @@
# Das ist eine Test README Datei
### Abschnitt 1
test aka lorem Ipson
+8 -4
View File
@@ -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>
+2
View File
@@ -0,0 +1,2 @@
#!/bin/bash
echo"oO wer das hier liest ist doof"