appease the lighthouse gods
All checks were successful
Lint / lint (push) Successful in 19s
Sync gmem.ca / sync (push) Successful in 35s

This commit is contained in:
Gabriel Simmer 2024-03-31 02:30:53 +01:00
parent d9aef17aad
commit 005bdc0447
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ
2 changed files with 7 additions and 4 deletions

View file

@ -2,15 +2,18 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="I'm a silly dog">
<title>gmem.ca</title>
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<main>
<input type="checkbox" name="language" />
<label for="language">Dog Mode</label>
<form>
<label><input type="checkbox" name="language" /> Dog Mode</label>
</form>
<header>
<img src="./avatar.png">
<img src="./avatar.png" alt="A cute golden retriever with a stylish blue hairstyle and glasses">
<h1>arf arf</h1>
</header>
<p id="social"><i>*wags tail*</i> awoo woof woof <a href="https://floofy.tech/@arch" rel="me">bark</a></p>

View file

@ -52,7 +52,7 @@ pre {
}
a, a:active, a:visited {
color: #b16286;
color: #d3869b;
background-color: #1d2021;
}