20230724
This commit is contained in:
parent
027f5875ad
commit
9142ba7f54
1 changed files with 14 additions and 2 deletions
16
index.html
16
index.html
|
@ -10,7 +10,19 @@
|
||||||
color: #cad3f5;
|
color: #cad3f5;
|
||||||
}
|
}
|
||||||
a:link {
|
a:link {
|
||||||
color: #8bd5ca;
|
color: #8bd5ca;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited {
|
||||||
|
color: #8aadf4;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #91d7e3;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:active {
|
||||||
|
color: #7dc4e4;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
@ -44,6 +56,6 @@
|
||||||
<br>
|
<br>
|
||||||
<a href="https://up.ouroboros.group">Uptime Kuma</a>
|
<a href="https://up.ouroboros.group">Uptime Kuma</a>
|
||||||
<br>
|
<br>
|
||||||
|
<a href="https://limepot.xyz">limepot.xyz - Personal Website</a>
|
||||||
</center>
|
</center>
|
||||||
</body>
|
</body>
|
Loading…
Reference in a new issue