1
0

Fixes and clean-up

This commit is contained in:
2018-11-03 01:37:37 +01:00
parent 2b76bd949e
commit 2740f6cdff
6 changed files with 14 additions and 28 deletions

View File

@ -1,16 +1,17 @@
<html lang="en">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Zetatech — Connection</title>
<title>Zetatech — Cybernetic Prosthetics Management Interface</title>
<link rel="stylesheet" type="text/css" href="css/term.css">
<script src="js/jquery.js"></script>
<script src="js/login.js" type="text/javascript"></script>
<script src="js/login.js"></script>
</head>
<body class="">
<body>
<div class="container on">
<div class="screen">
<h3 class="title">
@ -30,18 +31,17 @@
Login
</div>
<div class="col col__center">
<input type="text" id="username" maxlength="32" value="">
<input type="text" id="username" maxlength="32" value="" autofocus>
</div>
</div>
<form method="post" action=".">
<form method="post" action="." autocomplete="off">
<div class="row">
<div class="col col__left label">
Password
</div>
<div class="col col__center">
<input type="password" id="password" name="password" required="required" placeholder="" data-error="" maxlength="32" autocomplete="new-password"
autofocus="true" />
<input type="password" id="password" name="password" placeholder="" maxlength="32"/>
</div>
</div>
<b class="flash" id="error">ACCESS DENIED</b>