Scripts/resources/[custom_script]/nc-headbag/interface/interface.html

20 lines
625 B
HTML
Raw Normal View History

2024-12-29 19:48:41 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="nui://game/ui/jquery.js" type="text/javascript"></script>
<script src="index.js"></script>
<link rel="stylesheet" href="index.css">
<title>Document</title>
</head>
<body>
<div class="container" style="display:none;">
<img src="https://wallpaperaccess.com/full/3928401.jpg">
</div>
</body>
<script>
</script>
</html>