mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
16 lines
279 B
HTML
16 lines
279 B
HTML
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="stylesheet" href="css/app.css" type="text/css" />
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="status_list"></div>
|
|
|
|
<script src="nui://game/ui/jquery.js" type="text/javascript"></script>
|
|
<script src="scripts/app.js"></script>
|
|
</body>
|
|
|
|
</html> |