mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:18:53 +00:00
15 lines
379 B
HTML
15 lines
379 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="css/app.css" />
|
|
</head>
|
|
<body>
|
|
|
|
<div id="menus"></div>
|
|
|
|
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> -->
|
|
<script src="nui://game/ui/jquery.js" type="text/javascript"></script>
|
|
<script src="js/mustache.min.js"></script>
|
|
<script src="js/app.js"></script>
|
|
|
|
</body>
|
|
</html> |