TSC-Rot-Gold-Casino-Nurnberg-e-V / rgc-wifi-consent

https://rgc-wifi-consent.vercel.app
0 stars 0 forks source link

Wi-Fi Consent Page entwickeln #1

Closed VitaliaSvirskaja closed 12 months ago

VitaliaSvirskaja commented 1 year ago

Zu klären

TODOs

Technische Dokumentation

https://docs.netgate.com/pfsense/en/latest/captiveportal/configuration.html#captive-portal-login-page

<html>
<head>
    <title>Welcome to our portal</title>
</head>
<body>
    <p>Welcome to our portal</p>
    <p>Click Continue to access the Internet</p>
    <form method="post" action="$PORTAL_ACTION$">
        <input name="redirurl" type="hidden" value="$PORTAL_REDIRURL$">
        <input name="zone" type="hidden" value="$PORTAL_ZONE$">
        <input name="accept" type="submit" value="Continue">
    </form>
</body>
</html>

Webseiten für Recherche

DanielMerkl commented 12 months ago

Schriftart wird bei Bedarf angepasst