Simple login

Code examples

0
0

Simple login

<!DOCTYPE html>
<html>
    <head>
        <title>Login</title>
    </head>
    <body>
        <script>
            let passwort = prompt("What is the Password");
            if (passwort == "test"){
                window.open("https://www.w3schools.com"); //Not Secure
            }
        </script>
    </body>
</html>
<!-- Note, this is not a Secure login. Any Body can see the Password in the Source Code -->

Similar pages

Similar pages with examples

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................