mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-18 19:50:58 -04:00
Updated all relative references to '/.common/' to absolute paths
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<link rel="stylesheet" href="../../../.common/styles/global.css" />
|
||||
<link rel="stylesheet" href="/.common/styles/global.css" />
|
||||
<link rel="stylesheet" href="./style.css" />
|
||||
<script src="https://cdn.jsdelivr.net/npm/luxon@3/build/global/luxon.min.js"></script>
|
||||
</head>
|
||||
@@ -73,5 +73,5 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script src="../../../.common/utils/helpers.js"></script>
|
||||
<script src="/.common/utils/helpers.js"></script>
|
||||
<script src="script.js"></script>
|
||||
Reference in New Issue
Block a user