1
0
mirror of https://github.com/citizenfx/cfx-server-data.git synced 2025-01-11 00:03:18 +08:00
cfx-server-data/resources/[system]/scoreboard/html/scoreboard.html
2016-12-15 13:40:07 +01:00

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>