mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 19:01:35 +00:00
16 lines
308 B
HTML
16 lines
308 B
HTML
<html>
|
|
|
|
<head>
|
|
<link rel="stylesheet" href="css/app.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="menus"></div>
|
|
|
|
<script src="nui://game/ui/jquery.js"></script>
|
|
<script src="nui://es_extended/html/js/wrapper.js"></script>
|
|
<script src="js/mustache.min.js"></script>
|
|
<script src="js/app.js"></script>
|
|
</body>
|
|
|
|
</html> |