diff options
| author | dacctal <dacctal@symlinx.net> | 2026-06-14 03:49:42 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-06-14 03:49:42 +0000 |
| commit | 8504158f1d4f5d36010f8e66715a0181825c5ce5 (patch) | |
| tree | 6a0874181fa2c22f22cadb770ecef44dbf0c8a26 | |
| parent | c38bc0db072e8e5636d5465f11a966e31aaefb36 (diff) | |
more portable links
| -rw-r--r-- | dacctal/index.html | 6 | ||||
| -rw-r--r-- | index.html | 2 |
2 files changed, 4 insertions, 4 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> @@ -9,7 +9,7 @@ </head> <body> <h1>[ <span class="color_blue">-</span><span class="color_green">></span>symlinx█ ]</h1> - <p>Managed and owned by <a href="https://symlinx.net/dacctal">dacctal</a> c ‿c</p> + <p>Managed and owned by <a href="./dacctal">dacctal</a> c ‿c</p> <br> <h2>Projects</h2> |
