summaryrefslogtreecommitdiff
path: root/templates/pubnix
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pubnix')
-rw-r--r--templates/pubnix/button.html2
-rw-r--r--templates/pubnix/index.html2
-rw-r--r--templates/pubnix/obs.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/pubnix/button.html b/templates/pubnix/button.html
index 7878c7a..5420006 100644
--- a/templates/pubnix/button.html
+++ b/templates/pubnix/button.html
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>The Button</title>
<link rel="icon" href="./assets/mrgreen.png">
- <link rel="stylesheet" type="text/css" href="./main.css">
+ <link rel="stylesheet" type="text/css" href="./assets/main.css">
<script type="module">
CONFIG_SUBST
globalThis.mode = "button";
diff --git a/templates/pubnix/index.html b/templates/pubnix/index.html
index a9516e9..cda9af1 100644
--- a/templates/pubnix/index.html
+++ b/templates/pubnix/index.html
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>LCOLONQ</title>
<link rel="icon" href="./assets/mrgreen.png">
- <link rel="stylesheet" type="text/css" href="./main.css">
+ <link rel="stylesheet" type="text/css" href="./assets/main.css">
<script type="module">
CONFIG_SUBST
globalThis.mode = "pubnix";
diff --git a/templates/pubnix/obs.html b/templates/pubnix/obs.html
index 701cf4c..9d6a1bc 100644
--- a/templates/pubnix/obs.html
+++ b/templates/pubnix/obs.html
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>LCOLONQ Browser Source</title>
<link rel="icon" href="./assets/mrgreen.png">
- <link rel="stylesheet" type="text/css" href="./main.css">
+ <link rel="stylesheet" type="text/css" href="./assets/main.css">
<script type="module">
CONFIG_SUBST
globalThis.mode = "obs";