mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-01-11 00:03:18 +08:00
14 lines
414 B
HTML
14 lines
414 B
HTML
<html>
|
|
<head>
|
|
<script src="nui://game/ui/jquery.js" type="text/javascript"></script>
|
|
<script src="listener.js" type="text/javascript"></script>
|
|
<link rel="stylesheet" href="nui://scoreboard/html/reset.css">
|
|
<link rel="stylesheet" href="nui://scoreboard/html/style.css">
|
|
</head>
|
|
<body>
|
|
<div style="display: none;" id="wrap">
|
|
<table id="ptbl" width="100%">
|
|
</table>
|
|
</div>
|
|
</body>
|
|
</html> |