Work on HTML login GUI
This commit is contained in:
18
scripts/client/gui/html/login.js
Normal file
18
scripts/client/gui/html/login.js
Normal 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>
|
||||||
Reference in New Issue
Block a user