mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 01:38:52 +00:00
16 lines
361 B
HTML
16 lines
361 B
HTML
<html>
|
|
<head>
|
|
<title>esx</title>
|
|
<link rel="stylesheet" href="app.css"/>
|
|
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
|
|
<div id="frames"></div>
|
|
<div id="ui"></div>
|
|
|
|
<script src="nui://game/ui/jquery.js"></script>
|
|
<script src="app.js"></script>
|
|
</body>
|
|
</html>
|