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,8 +10,20 @@
|
|||
color: #cad3f5;
|
||||
}
|
||||
a:link {
|
||||
color: #8bd5ca;
|
||||
color: #8bd5ca;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #8aadf4;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #91d7e3;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: #7dc4e4;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -44,6 +56,6 @@
|
|||
<br>
|
||||
<a href="https://up.ouroboros.group">Uptime Kuma</a>
|
||||
<br>
|
||||
|
||||
<a href="https://limepot.xyz">limepot.xyz - Personal Website</a>
|
||||
</center>
|
||||
</body>
|
Loading…
Reference in a new issue