Files
2026-07-07 21:08:52 +02:00

39 lines
1.4 KiB
HTML

<!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>