Files
GTA4RP/scripts/client/gui/html/login.js
2022-02-04 10:35:34 -06:00

18 lines
438 B
JavaScript

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