Auto stash before rebase of "origin/master"

This commit is contained in:
JunkJumper
2019-12-06 06:33:18 +01:00
parent 10e88b8203
commit f8311256dd
2 changed files with 133 additions and 0 deletions

16
site/rickroll.html Normal file
View File

@@ -0,0 +1,16 @@
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="./styles/styles.css" />
<title>Titre de mon document</title>
</head>
<body>
<iframe width="100%" height="900px" src="https://www.youtube.com/embed/dQw4w9WgXcQ?list=PLahKLy8pQdCM0SiXNn3EfGIXX19QGzUG3" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</body>
</html>