write-ups-challenges-2023-2024/table-flip/files/splash.html

26 lines
633 B
HTML
Raw Normal View History

2023-11-28 15:24:59 +00:00
<!DOCTYPE html>
<html>
<head>
<meta
http-equiv="Cache-Control"
content="no-cache, no-store, must-revalidate"
/>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta charset="utf-8" />
<meta name="tok" value="$tok" />
<meta name="action" value="$authaction" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="splash.css" />
<title>Hotspot Gateway</title>
</head>
<body>
<div>
<p class="center">IGCTF{get-off-my-wifi}</p>
</div>
</body>
</html>