Work on HTML login GUI

This commit is contained in:
Vortrex
2022-02-04 10:35:34 -06:00
parent a16ba0e8f1
commit 80453b7b5c

View File

@@ -0,0 +1,18 @@
<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;
};
</style>
</head>
<body>
</body>
</html>