initial commit

This commit is contained in:
root
2023-06-12 09:14:09 +02:00
commit b4912f303e
2545 changed files with 209350 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
a:link, a:visited
{
text-decoration: none;
color: #0000ff;
}
a:hover
{
text-decoration: underline;
color: #0000ff;
}