summaryrefslogtreecommitdiff
path: root/dacctal/index.html
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-06-14 03:49:42 +0000
committerdacctal <dacctal@symlinx.net>2026-06-14 03:49:42 +0000
commit8504158f1d4f5d36010f8e66715a0181825c5ce5 (patch)
tree6a0874181fa2c22f22cadb770ecef44dbf0c8a26 /dacctal/index.html
parentc38bc0db072e8e5636d5465f11a966e31aaefb36 (diff)
more portable links
Diffstat (limited to 'dacctal/index.html')
-rw-r--r--dacctal/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/dacctal/index.html b/dacctal/index.html
index 90ccb5c..a7b711e 100644
--- a/dacctal/index.html
+++ b/dacctal/index.html
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>dacctal</title>
- <link rel="stylesheet" href="style.css">
+ <link rel="stylesheet" href="./style.css">
<link rel="icon" type="image/x-icon" href="images/erm.png">
</head>
<body>
@@ -40,14 +40,14 @@
<h2>Get Info</h2>
<div class="block">
- <h3><a href="https://symlinx.net/dacctal/sources">Video Sources</a></h3>
+ <h3><a href="./sources">Video Sources</a></h3>
<h4>[ https://symlinx.net/dacctal/sources ]</h4>
<p>> citations for videos</p>
</div>
<br>
<div class="block">
- <h3><a href="https://symlinx.net/dacctal/faq">FAQ</a></h3>
+ <h3><a href="./faq">FAQ</a></h3>
<h4>[ https://symlinx.net/dacctal/faq ]</h4>
<p>> get answers to your questions</p>
</div>