mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-12-12 06:14:09 +01:00
initial
This commit is contained in:
14
resources/[system]/scoreboard/html/scoreboard.html
Normal file
14
resources/[system]/scoreboard/html/scoreboard.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user