Remove old HTML test

This commit is contained in:
Vortrex
2022-07-11 23:58:31 -05:00
parent 805f843e05
commit a37262b32f

View File

@@ -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>