mirror of
https://github.com/bettercap/bettercap
synced 2025-07-07 05:22:04 -07:00
17 lines
538 B
HTML
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>
|