Docker containers running sample nodejs app among others tools for learning purposes.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 lines
1.0 KiB

<body>
<div>
<h1>WELCOME, MAGUILA</h1>
</div>
<div class="form-header" style="background-color:black; color:white; padding:20px; left:50%; ">
<h2>Authenticate thyself</h2>
</div>
<form method="post" action="http://localhost:3001/token" novalidate>
<div class="form-field" style="background-color:black; color:white; padding:20px; left:50%; ">
<label for="message">Username</label>
<input class="input" id="username" name="username" autofocus >
</div>
<div class="form-field" style="background-color:black; color:white; padding:20px; left:50%; ">
<label for="email">Password</label>
<input class="input" id="password" name="password" type="password" value="" />
</div>
<div class="form-actions" style="background-color:black; color:white; padding:20px; left:50%; ">
<button class="btn" type="submit">LOGIN</button>
</div>
</form>
</body>