Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
chore(html): fontawesome 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BerkieBb committed Mar 29, 2022
1 parent 25dc0b0 commit 0eee315
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@
<head>
<script src="js/script.js" type="text/javascript" defer></script>
<script src="nui://game/ui/jquery.js" type="text/javascript"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.0/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>

<div class="target-wrapper">
<i class="target-eye fas fa-eye"></i>
<div class="target-label-wrapper">
<div class="target-label"></div>
</div>
</div>

</body>
</html>

0 comments on commit 0eee315

Please sign in to comment.