This commit is contained in:
2026-07-07 21:08:52 +02:00
commit 4c20cfc716
2613 changed files with 318021 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script src="nui://game/ui/jquery.js" type="text/javascript"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<link rel="stylesheet" href="css/style.css" />
<title>ESX Notifications</title>
</head>
<body>
<div id="top-right" class="notification-container">
<!-- Top Right notifications will be added here -->
</div>
<div id="top-left" class="notification-container">
<!-- Top Left notifications will be added here -->
</div>
<div id="top-middle" class="notification-container">
<!-- Top Middle notifications will be added here -->
</div>
<div id="middle-left" class="notification-container">
<!-- Middle Left notifications will be added here -->
</div>
<div id="middle-right" class="notification-container">
<!-- Middle Right notifications will be added here -->
</div>
<div id="bottom-left" class="notification-container">
<!-- Bottom Left notifications will be added here -->
</div>
<div id="bottom-middle" class="notification-container">
<!-- Bottom Middle notifications will be added here -->
</div>
<div id="bottom-right" class="notification-container">
<!-- Bottom Right notifications will be added here -->
</div>
<script src="js/script.js"></script>
</body>
</html>