bettercap/caplets/www/index.html
2018-01-12 23:25:55 +01:00

17 lines
538 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>You've just been RickRoll'd</title>
<meta name="description" content="You've just been RickRoll'd">
<meta name="author" content="bettercap-ng">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<iframe width="100%" height="768" src="https://www.youtube.com/embed/oHg5SJYRHA0?controls=0" frameborder="0" allow="autoplay" allowfullscreen></iframe>
</body>
</html>