|
|
@@ -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>
|