Website link style

main
bashrc 2026-06-04 17:08:40 +01:00
parent 60e142a285
commit 48325e7f4f
1 changed files with 77 additions and 71 deletions

View File

@ -143,6 +143,10 @@
overflow-x: auto;
}
.name span {
color: darkred;
}
</style>
</head>
@ -150,15 +154,17 @@
<header>
<p align="center"><img src="./images/login.png" alt="Epicyon logo" width="200"></p>
<center>
<nav>
<p><a href='epicyon.tar.gz'><b>Download</b></a>
<a href='https://gitlab.com/bashrc2/epicyon/-/blob/main/manual/manual.epub'><b>Manual</b></a>
<a href='https://gitlab.com/bashrc2/epicyon/-/blob/main/README_goals.md'><b>Goals</b></a>
<a href='https://gitlab.com/bashrc2/epicyon/-/blob/main/README_commandline.md'><b>Commandline</b></a>
<a href='https://gitlab.com/bashrc2/epicyon/-/blob/main/code-of-conduct.md'><b>CoC</b></a>
<a href='https://gitlab.com/bashrc2/epicyon'><b>Repo</b></a>
<a href='https://www.patreon.com/freedombone'><b>Donate</b></a></p>
<p><a href='epicyon.tar.gz' class="name"><b><span>Download</span></b></a>
<a href='https://gitlab.com/bashrc2/epicyon/-/blob/main/manual/manual.epub' class="name"><b><span>Manual</span></b></a>
<a href='https://gitlab.com/bashrc2/epicyon/-/blob/main/README_goals.md' class="name"><b><span>Goals</span></b></a>
<a href='https://gitlab.com/bashrc2/epicyon/-/blob/main/README_commandline.md' class="name"><b><span>Commandline</span></b></a>
<a href='https://gitlab.com/bashrc2/epicyon/-/blob/main/code-of-conduct.md' class="name"><b><span>CoC</span></b></a>
<a href='https://gitlab.com/bashrc2/epicyon' class="name"><b><span>Repo</span></b></a>
<a href='https://www.patreon.com/freedombone' class="name"><b><span>Donate</span></b></a></p>
</nav>
</center>
</header>
<main>