Start making login functional
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user