Richard Lippmann vor 3 Monaten
Ursprung
Commit
c5b692e4ff

BIN
doku/example/img/findus_daumen_hoch_300x300px.png


BIN
doku/example/img/liegefindus_1500px.png


+ 25 - 0
doku/example/index.html

@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <title>Page Title</title>
+    <meta name="viewport" content="width=device-width,initial-scale=1">
+    <link rel="stylesheet" href="">
+
+    <style>
+    </style>
+
+    <script src=""></script>
+</head>
+
+<body>
+
+<img src="img/findus_daumen_hoch_300x300px.png" alt="findus Daumen hoch" style="width:100%">
+
+<div class="">
+ <h1>This is a Heading</h1>
+ <p>This is a paragraph.</p>
+ <p>This is another paragraph.</p>
+</div>
+
+</body>