Skip to content

Instantly share code, notes, and snippets.

@charlieporth1
Last active May 9, 2024 16:26
Show Gist options
  • Save charlieporth1/b4edbacec7b389727d868f4ca5ae5043 to your computer and use it in GitHub Desktop.
Save charlieporth1/b4edbacec7b389727d868f4ca5ae5043 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Login Page</title>
</head>
<body>
<h1>Simple HTTP website</h1>
<p>Charles Porth created this website</p>
<a href="https://ctptech.dev">CTPTech.dev</a>
<br>
<a href="https://whiskey.software">Whiskey.Software</a>
<br>
<br>
<p>This site is similar to <a href="http://httpforever.com/">HTTPForever</a></p>
<br>
<br>
<p>This website can be used for Captive Portal redirect on Wi-Fi and wired connections</p>
<p>Don't worry if this redirects that what Captive Portals do</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment