mirror of
https://github.com/xtzws/isaac.run.git
synced 2025-12-16 21:10:32 +01:00
Added some colors, added headers, and effective date
This commit is contained in:
parent
e2cc418b76
commit
bdd52f6513
3 changed files with 10 additions and 0 deletions
2
_headers
2
_headers
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue