mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 01:08:57 +00:00
Merge pull request #555 from t3xtm3/dev
tweak(index.html): Fix css/js href
This commit is contained in:
+2
-2
@@ -31,8 +31,8 @@
|
||||
defer
|
||||
></script>
|
||||
<script type="module" src="app.js"></script>
|
||||
<script src="drawtext.js"></script>
|
||||
<link rel="stylesheet" href="drawtext.css">
|
||||
<script src="js/drawtext.js"></script>
|
||||
<link rel="stylesheet" href="css/drawtext.css">
|
||||
</head>
|
||||
<body style="font-family: 'Poppins', sans-serif">
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user