diff options
| author | dacctal <dacctal@symlinx.net> | 2026-06-14 23:41:37 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-06-14 23:41:37 +0000 |
| commit | 2297fe7dd7e45ffb194c4822d8bace80739b9649 (patch) | |
| tree | da53e5dc8b62f8a3890aead8a9190bfffd2b31d5 /dacctal/sources | |
| parent | 48a596fa510ea48c2a7ecc6d8d7ee0ecb3d325b2 (diff) | |
i did this live on youtube btw
Diffstat (limited to 'dacctal/sources')
| -rw-r--r-- | dacctal/sources/how_i_use_gentoo/index.html | 66 | ||||
| -rw-r--r-- | dacctal/sources/how_i_use_gentoo/style.css | 1 | ||||
| -rw-r--r-- | dacctal/sources/index.html | 68 | ||||
| -rw-r--r-- | dacctal/sources/open_source_games/index.html | 454 | ||||
| -rw-r--r-- | dacctal/sources/open_source_games/style.css | 1 | ||||
| -rw-r--r-- | dacctal/sources/the_aur_disaster/index.html | 26 | ||||
| -rw-r--r-- | dacctal/sources/your_os_is_illegal/index.html | 127 | ||||
| -rw-r--r-- | dacctal/sources/your_os_is_illegal/style.css | 1 |
8 files changed, 435 insertions, 309 deletions
diff --git a/dacctal/sources/how_i_use_gentoo/index.html b/dacctal/sources/how_i_use_gentoo/index.html index 384f2c5..3a3b669 100644 --- a/dacctal/sources/how_i_use_gentoo/index.html +++ b/dacctal/sources/how_i_use_gentoo/index.html @@ -8,123 +8,181 @@ <link rel="icon" type="image/x-icon" href="images/erm.png"> </head> <body> - <h1><center>How I use Gentoo</center></h1> + <h1>[ <span + class="color_blue" + >-</span><span + class="color_green" + >></span>█ / ... / how_i_use_gentoo ]</h1> + <br> + <br> <h2>original video: - <a href="https://youtu.be/iIDhmYN0RLY"> - YouTube - </a> + <a href="https://youtu.be/iIDhmYN0RLY">YouTube</a> </h2> <br> + <section class="block"> <h3>daccfiles: <a href="https://git.symlinx.net/daccfiles"> git.symlinx.net/daccfiles </a> </h3> + </section> + <br> + <section class="block"> <h3>st: <a href="https://st.suckless.org/"> st.suckless.org </a> </h3> + </section> + <br> + <section class="block"> <h3>tmux: <a href="https://github.com/tmux/tmux"> github.com/tmux/tmux </a> </h3> + </section> + <br> + <section class="block"> <h3>bfetch: <a href="https://github.com/Mjoyufull/bfetch"> github.com/Mjoyufull/bfetch </a> </h3> + </section> + <br> + <section class="block"> <h3>vis: <a href="https://git.sr.ht/~martanne/vis"> git.sr.ht/~martanne/vis </a> </h3> + </section> + <br> + <section class="block"> <h3>pkgit: <a href="https://git.symlinx.net/pkgit/"> git.symlinx.net/pkgit </a> </h3> + </section> + <br> + <section class="block"> <h3>oxwm: <a href="https://github.com/tonybanters/oxwm"> github.com/tonybanters/oxwm </a> </h3> + </section> + <br> + <section class="block"> <h3>fsel: <a href="https://github.com/Mjoyufull/fsel"> github.com/Mjoyufull/fsel </a> </h3> + </section> + <br> + <section class="block"> <h3>librewolf: <a href="https://librewolf.net/"> librewolf.net </a> </h3> + </section> + <br> + <section class="block"> <h3>sidebery: <a href="https://github.com/mbnuqw/sidebery"> github.com/mbnuqw/sidebery </a> </h3> + </section> + <br> + <section class="block"> <h3>dark reader: <a href="https://github.com/darkreader/darkreader"> github.com/darkreader/darkreader </a> </h3> + </section> + <br> + <section class="block"> <h3>stylus: <a href="https://github.com/openstyles/stylus"> github.com/openstyles/stylus </a> </h3> + </section> + <br> + <section class="block"> <h3>ublock origin: <a href="https://github.com/gorhill/uBlock"> github.com/gorhill/uBlock </a> </h3> + </section> + <br> + <section class="block"> <h3>firefox color: <a href="https://github.com/mozilla/FirefoxColor/"> github.com/mozilla/FirefoxColor </a> </h3> + </section> + <br> + <section class="block"> <h3>sponsorblock: <a href="https://github.com/ajayyy/SponsorBlock"> github.com/ajayyy/SponsorBlock </a> </h3> + </section> + <br> + <section class="block"> <h3>inkscape: <a href="https://gitlab.com/inkscape/inkscape"> gitlab.com/inkscape/inkscape </a> </h3> + </section> + <br> + <section class="block"> <h3>famistudio: <a href="https://github.com/BleuBleu/FamiStudio"> github.com/BleuBleu/FamiStudio </a> </h3> + </section> + <br> + <section class="block"> <h3>kdenlive: <a href="https://github.com/KDE/kdenlive"> github.com/KDE/kdenlive </a> </h3> + </section> + <br> </body> </html> diff --git a/dacctal/sources/how_i_use_gentoo/style.css b/dacctal/sources/how_i_use_gentoo/style.css index 6a1e542..748e59b 100644 --- a/dacctal/sources/how_i_use_gentoo/style.css +++ b/dacctal/sources/how_i_use_gentoo/style.css @@ -39,6 +39,7 @@ a:link { color: var(--cl-orange-6); border: 2px solid var(--cl-orange-6); padding: 4px 8px; + text-decoration: none; } a:visited, a:active { color: var(--cl-green-6); diff --git a/dacctal/sources/index.html b/dacctal/sources/index.html index 6b221d3..cf4cdf1 100644 --- a/dacctal/sources/index.html +++ b/dacctal/sources/index.html @@ -12,37 +12,49 @@ <p>once you go dacctal, you never go bacctal. c ‿c</p> <br> - <h2> - The AUR Disaster - </h2> - <a href="./the_aur_disaster/"> - https://symlinx.net/dacctal/sources/the_aur_disaster/ - <a> - <br><br> + <section class="block"> + <h3><a href="./the_aur_disaster">The AUR Disaster</a></h3> + <h4>[ <span + class="color_blue" + >-</span><span + class="color_green" + >></span>█ / the_aur_disaster ]</h4> + <p>> aur gets hacked (again)</p> + </section> + <br> - <h2> - Open Source Games - </h2> - <a href="./open_source_games/"> - https://symlinx.net/dacctal/sources/open_source_games/ - <a> - <br><br> + <section class="block"> + <h3><a href="./open_source_games">Open Source Games</a></h3> + <h4>[ <span + class="color_blue" + >-</span><span + class="color_green" + >></span>█ / open_source_games ]</h4> + <p>> the very few games that are truly FLOSS</p> + </section> + <br> - <h2> - How I use Gentoo - </h2> - <a href="./how_i_use_gentoo/"> - https://symlinx.net/dacctal/sources/how_i_use_gentoo/ - <a> - <br><br> + <section class="block"> + <h3><a href="./how_i_use_gentoo">How I use Gentoo</a></h3> + <h4>[ <span + class="color_blue" + >-</span><span + class="color_green" + >></span>█ / open_source_games ]</h4> + <p>> most of the software that I use on Gentoo</p> + </section> + <br> - <h2> - Your OS is illegal - </h2> - <a href="./your_os_is_illegal/"> - https://symlinx.net/dacctal/sources/your_os_is_illegal/ - <a> - <br><br> + <section class="block"> + <h3><a href="./your_os_is_illegal">Your OS is illegal</a></h3> + <h4>[ <span + class="color_blue" + >-</span><span + class="color_green" + >></span>█ / your_os_is_illegal ]</h4> + <p>> discussing the age verification laws proposed in many places</p> + </section> + <br> </body> </html> diff --git a/dacctal/sources/open_source_games/index.html b/dacctal/sources/open_source_games/index.html index 073d1a6..76f1896 100644 --- a/dacctal/sources/open_source_games/index.html +++ b/dacctal/sources/open_source_games/index.html @@ -8,94 +8,91 @@ <link rel="icon" type="image/x-icon" href="images/erm.png"> </head> <body> - <h1><center>Open Source Games</center></h1> + <h1>[ <span + class="color_blue" + >-</span><span + class="color_green" + >></span>█ / ... / open_source_games ]</h1> <br> <h2>original video: - <a href="https://youtu.be/0t8HHMaBMgI"> - YouTube - </a> + <a href="https://youtu.be/0t8HHMaBMgI">YouTube</a> </h2> <br> <br> <h2> - -- Real-time strategy games -- + -- Real-time strategy games -- </h2> <br> - <h3> - Beyond All Reason - </h3> - <a href="https://www.beyondallreason.info/"> - Website - </a> - <a href="https://github.com/beyond-all-reason/Beyond-All-Reason"> - Code - </a> - - <h3> - OpenRA - </h3> - <a href="https://www.openra.net/"> - Website - </a> - <a href="https://github.com/OpenRA/OpenRA"> - Code - </a> - - <h3> - 0ad - </h3> - <a href="https://play0ad.com/"> - Website - </a> - <a href="https://gitea.wildfiregames.com/0ad/0ad"> - Code - </a> - - <h3> - Unciv - </h3> - <a href="https://github.com/yairm210/Unciv"> - Code - </a> - - <h3> - Freeciv - </h3> - <a href="https://freeciv.org/"> - Website - </a> - <a href="https://github.com/freeciv/freeciv"> - Code - </a> + <section class="block"> + <h3>Beyond All Reason</h3> + <p> + <a href="https://www.beyondallreason.info/">Website</a> + <a href="https://github.com/beyond-all-reason/Beyond-All-Reason">Code</a> + </p> + </section> + <br> + + <section class="block"> + <h3>OpenRA</h3> + <p> + <a href="https://www.openra.net/">Website</a> + <a href="https://github.com/OpenRA/OpenRA">Code</a> + </p> + </section> + <br> + + <section class="block"> + <h3>0ad</h3> + <p> + <a href="https://play0ad.com/">Website</a> + <a href="https://gitea.wildfiregames.com/0ad/0ad">Code</a> + </p> + </section> + <br> + + <section class="block"> + <h3>Unciv</h3> + <p> + <a href="https://github.com/yairm210/Unciv">Code</a> + </p> + </section> + <br> + + <section class="block"> + <h3>Freeciv</h3> + <p> + <a href="https://freeciv.org/">Website</a> + <a href="https://github.com/freeciv/freeciv">Code</a> + </p> + </section> + <br> <br> <h2> - -- Rythm games -- + -- Rythm games -- </h2> <br> - <h3> - Osu - </h3> - <a href="https://osu.ppy.sh/"> - Website - </a> - <a href="https://github.com/ppy/osu"> - Code - </a> + <section class="block"> + <h3>Osu</h3> + <p> + <a href="https://osu.ppy.sh/">Website</a> + <a href="https://github.com/ppy/osu">Code</a> + </p> + </section> + <br> - <h3> - Quaver - </h3> - <a href="https://quavergame.com/"> - Website - </a> - <a href="https://github.com/Quaver/Quaver"> - Code - </a> + <section class="block"> + <h3>Quaver</h3> + <p> + <a href="https://quavergame.com/">Website</a> + <a href="https://github.com/Quaver/Quaver">Code</a> + </p> + </section> + <br> <br> <h2> @@ -103,55 +100,50 @@ </h2> <br> - <h3> - RedEclipse - </h3> - <a href="https://www.redeclipse.net/"> - Website - </a> - <a href="https://github.com/redeclipse/base"> - Code - </a> - - <h3> - Saurbraten - </h3> - <a href="http://sauerbraten.org/"> - Website - </a> - <a href="https://sourceforge.net/p/sauerbraten/code/HEAD/tree/"> - Code - </a> - - <h3> - Doom forks - </h3> - <a href="https://zdoom.org/index"> - Website - </a> - <a href="https://github.com/ZDoom/gzdoom"> - Code - </a> - - <h3> - Xonotic - </h3> - <a href="https://xonotic.org/"> - Website - </a> - <a href="https://gitlab.com/xonotic/xonotic"> - Code - </a> - - <h3> - Teeworlds - </h3> - <a href="https://www.teeworlds.com/"> - Website - </a> - <a href="https://github.com/teeworlds/teeworlds"> - Code - </a> + <section class="block"> + <h3>RedEclipse</h3> + <p> + <a href="https://www.redeclipse.net/">Website</a> + <a href="https://github.com/redeclipse/base">Code</a> + </p> + </section> + <br> + + <section class="block"> + <h3>Saurbraten</h3> + <p> + <a href="http://sauerbraten.org/">Website</a> + <a href="https://sourceforge.net/p/sauerbraten/code/HEAD/tree/">Code</a> + </p> + </section> + <br> + + <section class="block"> + <h3>Doom forks</h3> + <p> + <a href="https://zdoom.org/index">Website</a> + <a href="https://github.com/ZDoom/gzdoom">Code</a> + </p> + </section> + <br> + + <section class="block"> + <h3>Xonotic</h3> + <p> + <a href="https://xonotic.org/">Website</a> + <a href="https://gitlab.com/xonotic/xonotic">Code</a> + </p> + </section> + <br> + + <section class="block"> + <h3>Teeworlds</h3> + <p> + <a href="https://www.teeworlds.com/">Website</a> + <a href="https://github.com/teeworlds/teeworlds">Code</a> + </p> + </section> + <br> <br> <h2> @@ -159,35 +151,32 @@ </h2> <br> - <h3> - SuperTux - </h3> - <a href="https://www.supertux.org/"> - Website - </a> - <a href="https://github.com/SuperTux/supertux"> - Code - </a> - - <h3> - VVVVVV - </h3> - <a href="https://thelettervsixtim.es/"> - Website - </a> - <a href="https://github.com/TerryCavanagh/VVVVVV"> - Code - </a> - - <h3> - Frogatto & Friends - </h3> - <a href="https://frogatto.com/"> - Website - </a> - <a href="https://github.com/frogatto/frogatto"> - Code - </a> + <section class="block"> + <h3>SuperTux</h3> + <p> + <a href="https://www.supertux.org/">Website</a> + <a href="https://github.com/SuperTux/supertux">Code</a> + </p> + </section> + <br> + + <section class="block"> + <h3>VVVVVV</h3> + <p> + <a href="https://thelettervsixtim.es/">Website</a> + <a href="https://github.com/TerryCavanagh/VVVVVV">Code</a> + </p> + </section> + <br> + + <section class="block"> + <h3> Frogatto &Friends</h3> + <p> + <a href="https://frogatto.com/">Website</a> + <a href="https://github.com/frogatto/frogatto">Code</a> + </p> + </section> + <br> <br> <h2> @@ -195,95 +184,86 @@ </h2> <br> - <h3> - Mindustry - </h3> - <a href="https://mindustrygame.github.io/"> - Website - </a> - <a href="https://github.com/Anuken/Mindustry"> - Code - </a> - - <h3> - OpenTTD - </h3> - <a href="https://www.openttd.org/"> - Website - </a> - <a href="https://github.com/OpenTTD/OpenTTD"> - Code - </a> - - <h3> - SuperTuxKart - </h3> - <a href="https://supertuxkart.net/Main_Page.html"> - Website - </a> - <a href="https://github.com/supertuxkart/stk-code"> - Code - </a> - - <h3> - Tux Racer - </h3> - <a href="https://tuxracer.sourceforge.net/"> - Website - </a> - <a href="https://tuxracer.sourceforge.net/download.html"> - Code - </a> - - <h3> - Neverball - </h3> - <a href="https://neverball.org/"> - Website - </a> - <a href="https://github.com/neverball/neverball"> - Code - </a> - - <h3> - Taisei - </h3> - <a href="https://taisei-project.org/"> - Website - </a> - <a href="https://github.com/taisei-project/taisei"> - Code - </a> - - <h3> - Bugdom - </h3> - <a href="https://pangeasoft.net/bug/"> - Website - </a> - <a href="https://github.com/jorio/Bugdom"> - Code - </a> - - <h3> - FlightGear - </h3> - <a href="https://www.flightgear.org/"> - Website - </a> - <a href="https://gitlab.com/flightgear/flightgear"> - Code - </a> - - <h3> - The Powder Toy - </h3> - <a href="https://powdertoy.co.uk/#introCarousel"> - Website - </a> - <a href="https://github.com/The-Powder-Toy/The-Powder-Toy"> - Code - </a> + <section class="block"> + <h3>Mindustry</h3> + <p> + <a href="https://mindustrygame.github.io/">Website</a> + <a href="https://github.com/Anuken/Mindustry">Code</a> + </p> + </section> + <br> + + <section class="block"> + <h3>OpenTTD</h3> + <p> + <a href="https://www.openttd.org/">Website</a> + <a href="https://github.com/OpenTTD/OpenTTD">Code</a> + </p> + </section> + <br> + + <section class="block"> + <h3>SuperTuxKart</h3> + <p> + <a href="https://supertuxkart.net/Main_Page.html">Website</a> + <a href="https://github.com/supertuxkart/stk-code">Code</a> + </p> + </section> + <br> + + <section class="block"> + <h3>Tux Racer</h3> + <p> + <a href="https://tuxracer.sourceforge.net/">Website</a> + <a href="https://tuxracer.sourceforge.net/download.html">Code</a> + </p> + </section> + <br> + + <section class="block"> + <h3>Neverball</h3> + <p> + <a href="https://neverball.org/">Website</a> + <a href="https://github.com/neverball/neverball">Code</a> + </p> + </section> + <br> + + <section class="block"> + <h3>Taisei</h3> + <p> + <a href="https://taisei-project.org/">Website</a> + <a href="https://github.com/taisei-project/taisei">Code</a> + </p> + </section> + <br> + + <section class="block"> + <h3>Bugdom</h3> + <p> + <a href="https://pangeasoft.net/bug/">Website</a> + <a href="https://github.com/jorio/Bugdom">Code</a> + </p> + </section> + <br> + + <section class="block"> + <h3>FlightGear</h3> + <p> + <a href="https://www.flightgear.org/">Website</a> + <a href="https://gitlab.com/flightgear/flightgear">Code</a> + </p> + </section> + <br> + + <section class="block"> + <h3>The Powder Toy</h3> + <p> + <a href="https://powdertoy.co.uk/#introCarousel">Website</a> + <a href="https://github.com/The-Powder-Toy/The-Powder-Toy">Code</a> + </p> + </section> + <br> </body> </html> diff --git a/dacctal/sources/open_source_games/style.css b/dacctal/sources/open_source_games/style.css index 6a1e542..748e59b 100644 --- a/dacctal/sources/open_source_games/style.css +++ b/dacctal/sources/open_source_games/style.css @@ -39,6 +39,7 @@ a:link { color: var(--cl-orange-6); border: 2px solid var(--cl-orange-6); padding: 4px 8px; + text-decoration: none; } a:visited, a:active { color: var(--cl-green-6); diff --git a/dacctal/sources/the_aur_disaster/index.html b/dacctal/sources/the_aur_disaster/index.html index b2b01ca..572885d 100644 --- a/dacctal/sources/the_aur_disaster/index.html +++ b/dacctal/sources/the_aur_disaster/index.html @@ -8,7 +8,11 @@ <link rel="icon" type="image/x-icon" href="images/erm.png"> </head> <body> - <h1><center>The AUR Disaster</center></h1> + <h1>[ <span + class="color_blue" + >-</span><span + class="color_green" + >></span>█ / ... / the_aur_disaster ]</h1> <br> <h2>original video: @@ -18,34 +22,48 @@ </h2> <br> + <section class="block"> <h3>Arch Linux official news post</h3> + <p> <a href="https://archlinux.org/news/active-aur-malicious-packages-incident/"> https://archlinux.org/news/active-aur-malicious-packages-incident/ </a> + </p> + </section> <br> + <section class="block"> <h3> Compromised package list (probably outdated) </h3> + <p> <a href="https://gist.github.com/tharbad08/69739773b5960f2f0166748a75f29318"> https://gist.github.com/tharbad08/69739773b5960f2f0166748a75f29318 </a> + </p> + </section> <br> + <section class="block"> <h3> Previous AUR disaster </h3> + <p> <a href="https://cybersecuritynews.com/malicious-aur-packages/"> https://cybersecuritynews.com/malicious-aur-packages/ </a> + </p> + </section> <br> - <h3> - pkgit - </h3> + <section class="block"> + <h3>pkgit</h3> + <p> <a href="https://git.symlinx.net/pkgit/about/"> https://git.symlinx.net/pkgit/about/ </a> + </p> + </section> <br> </body> diff --git a/dacctal/sources/your_os_is_illegal/index.html b/dacctal/sources/your_os_is_illegal/index.html index 6b221d3..06d4cf7 100644 --- a/dacctal/sources/your_os_is_illegal/index.html +++ b/dacctal/sources/your_os_is_illegal/index.html @@ -8,42 +8,97 @@ <link rel="icon" type="image/x-icon" href="images/erm.png"> </head> <body> - <h1>[ <span class="color_blue">-</span><span class="color_green">></span>█ / dacctal / sources ]</h1> - <p>once you go dacctal, you never go bacctal. c ‿c</p> - <br> - - <h2> - The AUR Disaster - </h2> - <a href="./the_aur_disaster/"> - https://symlinx.net/dacctal/sources/the_aur_disaster/ - <a> - <br><br> - - <h2> - Open Source Games - </h2> - <a href="./open_source_games/"> - https://symlinx.net/dacctal/sources/open_source_games/ - <a> - <br><br> - - <h2> - How I use Gentoo - </h2> - <a href="./how_i_use_gentoo/"> - https://symlinx.net/dacctal/sources/how_i_use_gentoo/ - <a> - <br><br> - - <h2> - Your OS is illegal - </h2> - <a href="./your_os_is_illegal/"> - https://symlinx.net/dacctal/sources/your_os_is_illegal/ - <a> - <br><br> + <h1>[ <span + class="color_blue" + >-</span><span + class="color_green" + >></span>█ / ... / your_os_is_illegal ]</h1> + <br> + + <h2>original video: + <a href="https://youtube.com/https://youtu.be/iIDhmYN0RLY"> + YouTube + </a> + </h2> + <br> + + <section class="block"> + <h3><a href="https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=202520260AB1043">California Assembly Bill No. 1043</a></h3> + <h4>[ https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=202520260AB1043 ]</h4> + </section> + <br> + + <section class="block"> + <h3><a + href="https://leg.colorado.gov/bill_files/110990/download" + >Colorado Senate Bill 26-051</a></h3> + <h4>[ https://leg.colorado.gov/bill_files/110990/download ]</h4> + </section> + <br> + + <section class="block"> + <h3><a + href="https://www.nysenate.gov/legislation/bills/2025/S8102/amendment/A" + >New York Senate Bill S8102A</a></h3> + <h4>[ https://www.nysenate.gov/legislation/bills/2025/S8102/amendment/A ]</h4> + </section> + <br> + + <section class="block"> + <h3><a + href="https://www.planalto.gov.br/ccivil_03/_ato2023-2026/2025/Lei/L15211.htm" + >Brazil LEI Nº 15.211</a></h3> + <h4>[ https://www.planalto.gov.br/ccivil_03/_ato2023-2026/2025/Lei/L15211.htm ]</h4> + </section> + <br> + + <section class="block"> + <h3><a + href="https://github.com/systemd/systemd/pull/40954" + >systemd age verification pull request (merged)</a></h3> + <h4>[ https://github.com/systemd/systemd/pull/40954 ]</h4> + </section> + <br> + + <section class="block"> + <h3><a + href="https://nixos.org/manual/nixos/stable/#sec-installation" + >NixOS manual</a></h3> + <h4>[ https://nixos.org/manual/nixos/stable/#sec-installation ]</h4> + </section> + <br> + + <section class="block"> + <h3><a + href="https://lists.ubuntu.com/archives/ubuntu-devel/2026-March/043534.html" + >DBus technical discussion</a></h3> + <h4>[ https://lists.ubuntu.com/archives/ubuntu-devel/2026-March/043534.html ]</h4> + </section> + <br> + + <section class="block"> + <h3><a + href="https://github.com/flatpak/xdg-desktop-portal/pull/1922" + >XDG Desktop Portal parental controls pull request</a></h3> + <h4>[ https://github.com/flatpak/xdg-desktop-portal/pull/1922 ]</h4> + </section> + <br> + + <section class="block"> + <h3><a + href="https://agelesslinux.org/distros.html" + >Ageless Linux distro compliance list</a></h3> + <h4>[ https://agelesslinux.org/distros.html ]</h4> + </section> + <br> + + <section class="block"> + <h3><a + href="https://agelesslinux.org/map.html" + >Ageless Linux law tracker</a></h3> + <h4>[ https://agelesslinux.org/map.html ]</h4> + </section> + <br> </body> </html> - diff --git a/dacctal/sources/your_os_is_illegal/style.css b/dacctal/sources/your_os_is_illegal/style.css index 6a1e542..748e59b 100644 --- a/dacctal/sources/your_os_is_illegal/style.css +++ b/dacctal/sources/your_os_is_illegal/style.css @@ -39,6 +39,7 @@ a:link { color: var(--cl-orange-6); border: 2px solid var(--cl-orange-6); padding: 4px 8px; + text-decoration: none; } a:visited, a:active { color: var(--cl-green-6); |
