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:
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user