-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: esx_menu_dialog updated to version 1.0.1 + Run formatter
- Loading branch information
1 parent
10505ba
commit 771e676
Showing
3 changed files
with
23 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -129,4 +129,4 @@ | |
background: #00e1ff; | ||
height: 2px; | ||
margin: 0px 3px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,21 @@ | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<link rel="stylesheet" href="nui://esx_menu_dialog/html/css/app.css" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" /> | ||
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@1,300&family=PT+Sans+Narrow&display=swap" rel="stylesheet" /> | ||
</head> | ||
|
||
<body> | ||
<div id="menus"></div> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<link rel="stylesheet" href="nui://esx_menu_dialog/html/css/app.css" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" /> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@1,300&family=PT+Sans+Narrow&display=swap" | ||
rel="stylesheet" /> | ||
</head> | ||
|
||
<script src="nui://game/ui/jquery.js" type="text/javascript"></script> | ||
<script src="nui://es_extended/html/js/wrapper.js"></script> | ||
<script src="nui://esx_menu_dialog/html/js/mustache.min.js" type="text/javascript"></script> | ||
<script src="nui://esx_menu_dialog/html/js/app.js" type="text/javascript"></script> | ||
</body> | ||
</html> | ||
<body> | ||
<div id="menus"></div> | ||
|
||
<script src="nui://game/ui/jquery.js" type="text/javascript"></script> | ||
<script src="nui://es_extended/html/js/wrapper.js"></script> | ||
<script src="nui://esx_menu_dialog/html/js/mustache.min.js" type="text/javascript"></script> | ||
<script src="nui://esx_menu_dialog/html/js/app.js" type="text/javascript"></script> | ||
</body> | ||
|
||
</html> |