瀏覽代碼

example-Seite

Richard Lippmann 3 月之前
父節點
當前提交
c5b692e4ff
共有 3 個文件被更改,包括 25 次插入0 次删除
  1. 二進制
      doku/example/img/findus_daumen_hoch_300x300px.png
  2. 二進制
      doku/example/img/liegefindus_1500px.png
  3. 25 0
      doku/example/index.html

二進制
doku/example/img/findus_daumen_hoch_300x300px.png


二進制
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>