Added some colors, added headers, and effective date

This commit is contained in:
xtzws 2025-04-21 22:54:55 -04:00 committed by GitHub
parent e2cc418b76
commit bdd52f6513
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 0 deletions

View file

@ -9,3 +9,5 @@
Joe-Biden: Eat some chocolate chocolate chip! Joe-Biden: Eat some chocolate chocolate chip!
My-Personal-Phone-Number: 3. What's that? You wanted the whole thing? Oh! It's 12. My-Personal-Phone-Number: 3. What's that? You wanted the whole thing? Oh! It's 12.
Set-Cookie: nothing.cookie="This cookie gets me 5 points on the MDN HTTP Observatory!"; Max-Age=5; Domain=isaac.run; Secure; HttpOnly; SameSite=Strict Set-Cookie: nothing.cookie="This cookie gets me 5 points on the MDN HTTP Observatory!"; Max-Age=5; Domain=isaac.run; Secure; HttpOnly; SameSite=Strict
FWIW: folga wooga imoga womp
I-Am-Gay: Getting A Yummy little treat

View file

@ -87,6 +87,7 @@
<hr> <hr>
<img src="../usa.png" alt="The American flag" class="climg"> <img src="../usa.png" alt="The American flag" class="climg">
<p class="clref"><a href="https://www.isaac.run">www.isaac.run</a></p> <p class="clref"><a href="https://www.isaac.run">www.isaac.run</a></p>
<p class="clref">Agreement Effective: 2025-04-20</p>
</footer> </footer>
</body> </body>
</html> </html>

View file

@ -2,6 +2,7 @@
font-family: "Satoshi"; font-family: "Satoshi";
font-weight: 300 900; font-weight: 300 900;
font-style: normal; font-style: normal;
font-display: swap;
src: url("Satoshi-Variable.woff2") format("woff2"); src: url("Satoshi-Variable.woff2") format("woff2");
} }
@ -32,6 +33,12 @@ h2 {
text-decoration-style: wavy; text-decoration-style: wavy;
} }
h3 {
text-decoration-line: underline;
text-decoration-color: #0E4385;
text-decoration-style: double;
}
p { p {
font-weight: 450; font-weight: 450;
margin-block: 1lh; margin-block: 1lh;