summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/api/advent.html2
-rw-r--r--templates/api/charsheet.html58
-rw-r--r--templates/api/gizmo.html2
-rw-r--r--templates/api/menu.html2
-rw-r--r--templates/api/register.html2
-rw-r--r--templates/api/soundboard.html2
-rw-r--r--templates/api/throwshade.html2
-rw-r--r--templates/auth/index.html2
-rw-r--r--templates/greencircle/index.html2
-rw-r--r--templates/pubnix/button.html2
-rw-r--r--templates/pubnix/index.html2
-rw-r--r--templates/pubnix/obs.html2
12 files changed, 69 insertions, 11 deletions
diff --git a/templates/api/advent.html b/templates/api/advent.html
index 12375cb..fe5647d 100644
--- a/templates/api/advent.html
+++ b/templates/api/advent.html
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>adventure of advent of code 2025</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">
</head>
<body id="lcolonq-advent">
<div id="lcolonq-advent-container">
diff --git a/templates/api/charsheet.html b/templates/api/charsheet.html
new file mode 100644
index 0000000..ebc2389
--- /dev/null
+++ b/templates/api/charsheet.html
@@ -0,0 +1,58 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
+ <title>LCOLONQ CHARACTER BUILDING EXERCISE</title>
+ <link rel="icon" href="./assets/mrgreen.png">
+ <link rel="stylesheet" type="text/css" href="./assets/charsheet/charsheet.css">
+ <script type="module">
+CONFIG_SUBST
+ globalThis.mode = "charsheet";
+ </script>
+ <script type="module" src="./assets/charsheet/gl-matrix-min.js"></script>
+ <script type="module" src="./assets/charsheet/charsheet.js"></script>
+ </head>
+ <body>
+ <div id="contents" class="invisible">
+ <div id="name">
+ <h1>nameingwaying</h1>
+ </div>
+ <div id="visualization">
+ <canvas id="canvas" width="720" height="720"></canvas>
+ <div id="visualization-overlay">
+ <div id="visualization-grabber"></div>
+ <div id="visualization-line"></div>
+ <div id="visualization-label">
+ Figure 1: Entity Visualization
+ </div>
+ </div>
+ <div id="badges">badges go here</div>
+ </div>
+ <div id="infobox1" class="infobox">
+ <div class="infobox-title">Table 1: Numerical Characteristics</div>
+ <table>
+ <tr><td>equity</td><td>2%</td></tr>
+ <tr><td>boost power</td><td>2cc</td></tr>
+ <tr><td>talent points</td><td>1</td></tr>
+ <tr><td>cards drawn</td><td>99</td></tr>
+ </table>
+ <div class="infobox-title">Table 1.1: Base Attributes</div>
+ <table>
+ <tr><td>power</td><td>3</td></tr>
+ <tr><td>speed</td><td>17</td></tr>
+ <tr><td>majjyka</td><td>10</td></tr>
+ <tr><td>wisdom</td><td>5</td></tr>
+ </table>
+ </div>
+ <div id="infobox2" class="infobox">
+ <div class="infobox-title">Table 2: Tendencies / Affiliations</div>
+ <table>
+ <tr><td>faction</td><td>UNALIGNED</td></tr>
+ <tr><td>elemental affinity</td><td>fire</td></tr>
+ <tr><td>color</td><td>#cccccc</td></tr>
+ </table>
+ </div>
+ </div>
+ </body>
+</html>
diff --git a/templates/api/gizmo.html b/templates/api/gizmo.html
index 665f44f..1e11b0e 100644
--- a/templates/api/gizmo.html
+++ b/templates/api/gizmo.html
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>LCOLONQ Gizmo Extravaganza FES</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 = "gizmo";
diff --git a/templates/api/menu.html b/templates/api/menu.html
index bbed070..8f70108 100644
--- a/templates/api/menu.html
+++ b/templates/api/menu.html
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>Our Tasty Menu 😋</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 = "menu";
diff --git a/templates/api/register.html b/templates/api/register.html
index a589315..eb8d729 100644
--- a/templates/api/register.html
+++ b/templates/api/register.html
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>LCOLONQ Elite Registration</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 = "register";
diff --git a/templates/api/soundboard.html b/templates/api/soundboard.html
index 60257ba..a78adac 100644
--- a/templates/api/soundboard.html
+++ b/templates/api/soundboard.html
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>NoiseBlaster 9999</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 = "soundboard";
diff --git a/templates/api/throwshade.html b/templates/api/throwshade.html
index cd1b2d2..bf90832 100644
--- a/templates/api/throwshade.html
+++ b/templates/api/throwshade.html
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>LLLLColonq ShaderVerse Prime: The NEXTus (shado-realm)</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 = "throwshade";
diff --git a/templates/auth/index.html b/templates/auth/index.html
index 04547be..7d37ee2 100644
--- a/templates/auth/index.html
+++ b/templates/auth/index.html
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>log in with clomq's net hooray</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 = "auth";
diff --git a/templates/greencircle/index.html b/templates/greencircle/index.html
index 98ec546..ff363fe 100644
--- a/templates/greencircle/index.html
+++ b/templates/greencircle/index.html
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>"greencircle"</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 = "greencircle";
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";