ein bisschen inhalt

This commit is contained in:
JP100099 2025-07-11 22:09:07 +02:00
parent 34e95a7ebb
commit 63fe6aa17f
5 changed files with 36 additions and 11 deletions

16
50x.html Normal file
View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Old Rabbit Town</title>
<link rel="stylesheet" href="css/pico.classless.jade.min.css">
</head>
<body>
<h1>Das hätte nicht passieren sollen</h1>
<p>Scheinbar ist der Server kaputt, vielleicht ist es aber auch genug Internet für heute...</p>
</body>
</html>

4
css/pico.classless.jade.min.css vendored Normal file

File diff suppressed because one or more lines are too long

BIN
img/cat.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

16
index.html Normal file
View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Old Rabbit Town</title>
<link rel="stylesheet" href="css/pico.classless.jade.min.css">
</head>
<body>
<h1>Willkommen im O.R.T</h1>
<p>Hier ist noch kein Inhalt</p>
<img src="img/cat.jpeg" alt="cat">
<p>Aber eine Katze</p>
</body>
</html>

View file

@ -1,11 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Old Rabbit Town</title>
</head>
<body>
<h1>Hello World naja</h1>
</body>
</html>