Updated all relative references to '/.common/' to absolute paths

This commit is contained in:
nutty
2026-03-19 22:46:12 +11:00
parent 4f66ecf500
commit 7cc6a093fe
33 changed files with 40 additions and 40 deletions
+2 -2
View File
@@ -12,7 +12,7 @@
<body>
<!-- Header -->
<div id="header">
<img src="../../resources/logo.png" style="height: 40px;" />
<img src="/.common/resources/logo.png" style="height: 40px;" />
<button id="membershipsButton" onclick="OpenMembershipPage()">Check out my member exclusive widgets!</button>
<div id="widgetUrlInputWrapper">
<span id="urlLabel">Click to copy URL</span>
@@ -64,5 +64,5 @@
</html>
<script src="../../../.common/utils/helpers.js"></script>
<script src="/.common/utils/helpers.js"></script>
<script src="script.js"></script>