diff options
| -rw-r--r-- | .DS_Store | bin | 0 -> 6148 bytes | |||
| -rw-r--r-- | gradients/0000-gradient.jpg | bin | 0 -> 81969 bytes | |||
| -rw-r--r-- | gradients/0001-gradient.jpg | bin | 0 -> 86368 bytes | |||
| -rw-r--r-- | gradients/0002-gradient.jpg | bin | 0 -> 71306 bytes | |||
| -rw-r--r-- | images/0000.jpg | bin | 0 -> 64551 bytes | |||
| -rw-r--r-- | images/0001.jpg | bin | 0 -> 69974 bytes | |||
| -rw-r--r-- | images/0002.jpg | bin | 0 -> 2196204 bytes | |||
| -rw-r--r-- | index.html | 59 | ||||
| -rw-r--r-- | robots.txt | 3 | ||||
| -rw-r--r-- | style.css | 13 |
10 files changed, 75 insertions, 0 deletions
diff --git a/.DS_Store b/.DS_Store Binary files differnew file mode 100644 index 0000000..10f526f --- /dev/null +++ b/.DS_Store diff --git a/gradients/0000-gradient.jpg b/gradients/0000-gradient.jpg Binary files differnew file mode 100644 index 0000000..f108b5f --- /dev/null +++ b/gradients/0000-gradient.jpg diff --git a/gradients/0001-gradient.jpg b/gradients/0001-gradient.jpg Binary files differnew file mode 100644 index 0000000..ec6dbd3 --- /dev/null +++ b/gradients/0001-gradient.jpg diff --git a/gradients/0002-gradient.jpg b/gradients/0002-gradient.jpg Binary files differnew file mode 100644 index 0000000..9ec2eca --- /dev/null +++ b/gradients/0002-gradient.jpg diff --git a/images/0000.jpg b/images/0000.jpg Binary files differnew file mode 100644 index 0000000..f378462 --- /dev/null +++ b/images/0000.jpg diff --git a/images/0001.jpg b/images/0001.jpg Binary files differnew file mode 100644 index 0000000..76e57c9 --- /dev/null +++ b/images/0001.jpg diff --git a/images/0002.jpg b/images/0002.jpg Binary files differnew file mode 100644 index 0000000..55e7c83 --- /dev/null +++ b/images/0002.jpg diff --git a/index.html b/index.html new file mode 100644 index 0000000..0af67be --- /dev/null +++ b/index.html @@ -0,0 +1,59 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <link rel="stylesheet" href="style.css"> + <title>wolken (gratis)</title> + </head> + <body> + <h1 id="header">kostenfreie-wolken-herunterladen.de</h1> + <p id="description"> + Eine kleine Ecke im Internet die Bilder von Wolken zur verfügung stellt. <br> + Schaut euch gerne um und ladet euch herrunter was ihr braucht. <br> + Die Table kann man nicht filtern, aber nutzt gerne Strg+F um zu finden was ihr sucht. <br> + Falls ihr Fehler in Klassifizierung oder anderen Stellen findet kontaktiert mich <a href="mailto:info@kostenfreie-wolken-herunterladen.de">hier</a> + </p> + + <h3>Kostenfreie Wolkenbilder</h3> + <table id="table"> + <tr> + <th>Link</th> + <th>Auflösung</th> + <th>Dateigröße</th> + <th>Gradient</th> + <th>Klassifizierung</th> + <th>Aufgenommen Am</th> + <th>Hauptfarbe</th> + </tr> + <tr> + <td><a href="images/0000.jpg">wolken-bild-0000</a></td> + <td>1200x1600</td> + <td>65KB</td> + <td><img src="gradients/0000-gradient.jpg" height=20 width=80></td> + <td>Mamatus</td> + <td>17.07.2026</td> + <td>Orange</td> + </tr> + <tr> + <td><a href="images/0001.jpg">wolken-bild-0001</a></td> + <td>1200x1600</td> + <td>70KB</td> + <td><img src="gradients/0001-gradient.jpg" height=20 width=80></td> + <td>Cumulonimbus</td> + <td>10.05.2026</td> + <td>Grau</td> + </tr> + <tr> + <td><a href="images/0002.jpg">wolken-bild-0002</a></td> + <td>2088x4640</td> + <td>2,2MB</td> + <td><img src="gradients/0002-gradient.jpg" height=20 width=80></td> + <td>Cumulonimbus</td> + <td>01.08.2025</td> + <td>Graublau</td> + </tr> + </table> + + </body> + +</html> diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..aec0328 --- /dev/null +++ b/robots.txt @@ -0,0 +1,3 @@ +User-Agent: * +Disallow: /images/ +Disallow: /gradients/ diff --git a/style.css b/style.css new file mode 100644 index 0000000..6a6e90d --- /dev/null +++ b/style.css @@ -0,0 +1,13 @@ +table { + text-align: left; + width: 100%; + height: 100%; +} + +th, td { + padding: 5px; +} + +td { + padding-bottom: 2px; +} |
