mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
14 lines
237 B
HTML
14 lines
237 B
HTML
<html>
|
|
<head>
|
|
<title>esx</title>
|
|
<link rel="stylesheet" href="app.css"/>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="frames"></div>
|
|
|
|
<script src="nui://game/ui/jquery.js"></script>
|
|
<script src="app.js"></script>
|
|
</body>
|
|
</html>
|