mirror of
https://codeberg.org/ACM/Archived-Website
synced 2025-12-22 16:14:56 -05:00
Modify button appearance
Leave one rounded corner, change corner radius, and fix scaling.
This commit is contained in:
parent
c98305f834
commit
8059f68246
3 changed files with 71 additions and 30 deletions
20
index.html
20
index.html
|
|
@ -1,23 +1,29 @@
|
|||
<!DOCTYPE = html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<link href="style.css" rel="stylesheet"/>
|
||||
<link rel="icon" type="image/x-icon" href="https://delay.cloud/img/favicon.png"/>
|
||||
<link rel="preload" href="GlacialIndifference.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="GlacialIndifference-Bold.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="/fonts/GlacialIndifference/GlacialIndifference-Regular.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="/fonts/GlacialIndifference/GlacialIndifference-Bold.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
|
||||
<meta name="description" content="Website with files.">
|
||||
<meta name="keywords" content="delay.cloud">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<title>Home - delay.cloud</title>
|
||||
<link rel="canonical" href="https://delay.cloud" />
|
||||
<meta name="darkreader-lock">
|
||||
<meta http-equiv="Content-Security-Policy" content="script-src 'none'">
|
||||
</head>
|
||||
|
||||
<rel></rel>
|
||||
<section .bg></section .bg>
|
||||
<nav class="aligner">
|
||||
<a href="/" target="_blank"><button class="aligner">Instances</button></a>
|
||||
<a href="status-sub/index/" target="_blank"><button class=b2>Uptime</button></a>
|
||||
<a href="resources/" target="_blank"><button class=b2>Resources</button></a>
|
||||
|
||||
<a href="instances/" target="_blank"><button class="aligner">Instances</button></a>
|
||||
<a href="https://status.delay.cloud/" target="_blank"><button class=b2>Uptime</button></a>
|
||||
<a href="resources/" target="_blank"><button class=b3>Resources</button></a>
|
||||
|
||||
</nav>
|
||||
<div>
|
||||
<h1>delay.cloud</h1>
|
||||
|
|
@ -27,4 +33,4 @@
|
|||
<div class="aligner">
|
||||
<!--<a href="https://status.delay.cloud" target="_blank"><button>Uptime</button></a> <a href="https://delay.cloud/resources" target="_blank"><button class=b2>Resources</button></a>-->
|
||||
</div>
|
||||
<div class="aligner"> <p class="footer">© 2023 delay.cloud <!--<a rel="me" href="https://mastodon.online/@am23"></a>--> </p> </div>
|
||||
<div class="aligner"> <p class="footer">© 2023 delay.cloud <!--<a rel="me" href="https://am23"></a>--> </p> </div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue