<!DOCTYPE html> <html> <head> <title>Auth</title> <script> function showHideConfirm() { document.getElementById("confirmPassword").style.display = document.getElementById("register").checked ? "block" : "none"; } </script> <link type="text/css" rel="stylesheet" href="/terminal/style.css"> <link type="image/png" rel="shortcut icon" href="/terminal/favicon.png"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!--HEAD--> </head> <body> <h1>Login</h1> <div id="content"><!--SESSION--></div> </body> </html>