teslams
Version:
Utilities for the Tesla Model S
27 lines (26 loc) • 792 B
HTML
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Tesla Daily and Weekly Summary Chart</title>
<link rel="stylesheet" media="all" type="text/css" href="shared.css" />
</head>
<body>
<div id="container">
<h2>Please log in to access this system</h2>
<div id="login">
<form action="login" method="post">
<div>
<label class="grid">Username:</label>
<input type="text" name="username" id="user"/><br/>
</div>
<div>
<label class="grid">Password:</label>
<input type="password" name="password" id="password"/>
</div>
<div>
<input type="submit" value="Submit"/>
</div>
</form>
</div>
</div>
</body>
</html>