diff options
| -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> |
