Start making login functional

This commit is contained in:
2024-11-09 00:03:48 -05:00
parent 27887c2a72
commit f257c5de22
4 changed files with 111 additions and 2 deletions

View File

@ -4,12 +4,13 @@
<meta charset="utf-8">
<title>Open Plutonium Launcher</title>
<link rel="stylesheet" href="../styles/common.css" />
<link rel="stylesheet" href="../styles/login.css" />
<script src="../scripts/login.js" charset="utf-8" type="text/javascript"></script>
</head>
<body>
<main>
<div>
<form>
<div id="login-container">
<form id="login-form">
<label for="username">Username :</label>
<input type="text" name="username" id="username-field" placeholder="Your Plutonium username" minLength="2" maxLength="64">
<label for="password">Password :</label>