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
+3 -3
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" href="#" />
<link rel="stylesheet" href="../../styles/global.css" />
<link rel="stylesheet" href="/.common/styles/global.css" />
<link rel="stylesheet" href="./style.css" />
<script type="text/javascript" src="https://unpkg.com/@streamerbot/client/dist/streamerbot-client.js"></script>
<script src="https://cdn.jsdelivr.net/npm/luxon@3/build/global/luxon.min.js"></script>
@@ -13,7 +13,7 @@
<!-- Header -->
<div id="header">
<img src="../../resources/logo.png" style="height: 40px;" />
<img src="/.common/resources/logo.png" style="height: 40px;" />
<label id="title" class="title"></label>
<div id="header-end">
<button id="sb-actions-button" class="icon-button" onclick="OpenRequiredActionsDialog()">
@@ -60,7 +60,7 @@
<button class="dialog-nav-button" onclick="ClosenConnectDialog()">×</button>
<div style="display: flex; flex-direction: row; align-items: center; gap: 1em">
<img src="../../resources/streamer.bot.png" style="height: 40px;" />
<img src="/.common/resources/streamer.bot.png" style="height: 40px;" />
<label class="title">Streamer.bot</label>
</div>