summaryrefslogtreecommitdiff
path: root/templates/pubnix
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-02-17 05:21:03 -0500
committerLLLL Colonq <llll@colonq>2026-02-17 05:21:03 -0500
commitc45a68362c2f64781458f74309a235af8393255a (patch)
treef946a84f20c69e59a118121ff2eb7827d3cc6645 /templates/pubnix
parente16ce1e5dbc6f0b1534abbbc774f4709c9804997 (diff)
Update
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";