Skip to content

Commit

Permalink
Update ui.html
Browse files Browse the repository at this point in the history
  • Loading branch information
btwlouis authored Jul 4, 2021
1 parent 0a0f4b1 commit 815a10d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions html/ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,12 @@
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">

<script src="https://code.jquery.com/jquery-3.6.0.slim.min.js" integrity="sha256-u7e5khyithlIdTpu22PHhENmPcRdFiHRjhAuHcs05RI=" crossorigin="anonymous"></script>
<script src="nui://game/ui/jquery.js" type="text/javascript"></script>
</head>

<body>

<div id="notifications">

</div>

<script>
$(".notification").hide();
</script>
<div id="notifications"></div>

<script src="app.js"></script>
</body>
Expand Down

0 comments on commit 815a10d

Please sign in to comment.