Remove old HTML test
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Connected RP: Login</title>
|
||||
<style type="text/css" rel="stylesheet">
|
||||
.input-box
|
||||
{
|
||||
font-family: 'Roboto';
|
||||
font-size: 14px;
|
||||
border-style: solid;
|
||||
border-colour: #0066AA;
|
||||
border-radius: 2px;
|
||||
color: #0066AA;
|
||||
}
|
||||
|
||||
.button
|
||||
{
|
||||
font-family: "Roboto";
|
||||
font-size: 14px;
|
||||
border-style: solid;
|
||||
border-colour: #0066AA;
|
||||
border-radius: 2px;
|
||||
color: #0066AA;
|
||||
};
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<img src="server-logo.png" />
|
||||
<input type="password" placeholder="Password" id="login_input_password" />
|
||||
<button class="button" id="login_input_submit">LOGIN</button>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user