Ajout d'une page NSFW

This commit is contained in:
Anthony Dumas
2016-08-28 02:58:58 +02:00
parent 37e227d98a
commit 71a515b90d
3 changed files with 39 additions and 1 deletions

17
nsfw/index.html Normal file
View File

@@ -0,0 +1,17 @@
<html>
<head>
<title>Stay calm</title>
<link href="content.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Satisfy" rel="stylesheet">
</head>
<body>
<iframe class="hide" width="420" height="315" src="https://www.youtube.com/embed/cU8HrO7XuiE?&autoplay=1&loop=1rel=0&amp;controls=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe>
</body>
<div class="center">
<iframe src="//giphy.com/embed/3oz8xFA1SJJZd8Bkly" width="480" height="340" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
<h1>Stay Calm</h1>
</div>
</html>