mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
27 lines
1.1 KiB
HTML
27 lines
1.1 KiB
HTML
<html>
|
|
<head>
|
|
<script src="nui://game/ui/jquery.js" type="text/javascript"></script>
|
|
<link href="style.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<img id="cursor" src="cursor.png">
|
|
<div class="dialog">
|
|
<form id="register">
|
|
<h1 id="" type="">Registration</h1>
|
|
<input id="firstname" type="text" placeholder="First Name (Start With Capital Letter)"><br>
|
|
<input id="lastname" type="text" placeholder="Last Name (Start With Capital Letter)"><br>
|
|
<input id="dateofbirth" type="text" placeholder="Date Of Birth (MM/DD/YYYY)"><br>
|
|
<input id="sex" type="text" placeholder="Sex (M or F)"><br>
|
|
<input id="height" type="text" placeholder="Height (48-96)"><br>
|
|
<button id="submit" type="submit">Create</button>
|
|
<form>
|
|
</div>
|
|
|
|
<script src="script.js" type="text/javascript"></script>
|
|
</body>
|
|
</form>
|
|
</div>
|
|
<script src="script.js" type="text/javascript"></script>
|
|
</body>
|
|
</html>
|