Create index.html

This commit is contained in:
Felix Förtsch
2022-06-26 22:40:52 +02:00
committed by GitHub
parent 05cc5ea106
commit fc4ab7aaf5

17
index.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>fuckcars.de</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="">
</head>
<body>
<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>
<script src="" async defer></script>
</body>
</html>