mirror of
https://github.com/felixfoertsch/fuckcars.de.git
synced 2026-04-16 06:18:43 +02:00
add rudimentary layout, add some new content
This commit is contained in:
BIN
img/6abpj1tqmnf81.jpg
Normal file
BIN
img/6abpj1tqmnf81.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 186 KiB |
BIN
img/bqi3o10nu2291.png
Normal file
BIN
img/bqi3o10nu2291.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 224 KiB |
BIN
img/n49wg6e4ghs81.gif
Normal file
BIN
img/n49wg6e4ghs81.gif
Normal file
Binary file not shown.
29
index.html
29
index.html
@@ -5,24 +5,31 @@
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>fuckcars.de</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="description" content="fuckcars.de">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="relative flex flex-col">
|
||||
<div class="columns-md gap-0">
|
||||
<!-- new content goes below this line class="w-full aspect-auto/video/square"-->
|
||||
<img class="w-full aspect-auto" src="img/6abpj1tqmnf81.jpg">
|
||||
|
||||
<img src="img/more-trains.jpg">
|
||||
<img class="w-full aspect-auto" src="img/bqi3o10nu2291.png">
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/LB-vsT1Sl68" title="YouTube video player"
|
||||
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowfullscreen></iframe>
|
||||
|
||||
<video width="560" height="560" muted autoplay>
|
||||
<source src="https://preview.redd.it/n49wg6e4ghs81.gif?width=640&format=mp4&s=2e005cdfeb8c8e6db5b2c7b5f3ab96d07fa40d5b" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
<video class="w-full aspect-auto" muted autoplay>
|
||||
<source src="img/n49wg6e4ghs81.gif" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
|
||||
<img class="w-full aspect-auto" src="img/more-trains.jpg">
|
||||
|
||||
<iframe class="w-full aspect-video" src="https://www.youtube-nocookie.com/embed/LB-vsT1Sl68"
|
||||
title="YouTube video player" frameborder="0" allow="encrypted-media; gyroscope; picture-in-picture"
|
||||
allowfullscreen></iframe>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
Reference in New Issue
Block a user