contingent-space-website/meta.html
2025-04-15 00:02:58 +02:00

102 lines
3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<base href="https://www.lukasrosier.com">
<style>
body {
margin: 10vw;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
background-image: radial-gradient(circle, midnightblue 0.5px, ghostwhite 1px);
background-size: 10px 10px;
}
img {
height: 100%;
width: 100%;
object-fit: contain;
}
/* Style for the mail icon */
.mail-icon {
position: fixed;
bottom: 20px;
left: 20px;
font-size: 24px;
font-weight: 100;
text-decoration: underline;
color: #000; /* Change the color as desired */
background-color: white;
z-index: 9999; /* Ensure it's on top of other content */
}
.ring-icon {
position: fixed;
bottom: 20px;
right: 20px;
font-size: 24px;
font-weight: 100;
text-decoration: underline;
color: #000; /* Change the color as desired */
background-color: white;
z-index: 9999; /* Ensure it's on top of other content */
}
.rabbit-icon {
position: fixed;
top: 20px;
left: 20px;
font-size: 24px;
font-weight: 100;
text-decoration: overline;
color: #000; /* Change the color as desired */
background-color: white;
z-index: 9999; /* Ensure it's on top of other content */
}
.elephant-icon {
position: fixed;
top: 20px;
right: 20px;
font-size: 24px;
font-weight: 100; text-decoration: overline;
color: darkgrey; /* Change the color as desired */
background-color: white;
z-index: 9999; /* Ensure it's on top of other content */
}
</style>
</head>
<body>
<p>hey</p>
<h1 id="test">test</h1>
<p>schrift</p>
<p>link <a href="#fn1" class="footnote-ref" id="fnref1"
role="doc-noteref"><sup>1</sup></a></p>
<h2 id="neue">neue</h2>
<p>text # aha</p>
<p><em>skdkrl</em></p>
<section id="footnotes" class="footnotes footnotes-end-of-document"
role="doc-endnotes">
<hr />
<ol>
<li id="fn1"><p>hahaha<a href="#fnref1" class="footnote-back"
role="doc-backlink">↩︎</a></p></li>
</ol>
</section>
#
# <!-- Mail icon with mail link &#128233; -->
# <a class="mail-icon" href="mailto:mail@lukasrosier.com">mail</a>
# <!-- ring icon with mail link ⭕-->
# <a class="ring-icon" href="https://hausdermaterialisierung.org">hdm</a>
#
# <!-- rabbit icon with mail link 🐰-->
# <a class="rabbit-icon" href="https://data.lukasrosier.com">data</a>
#
# <!-- elephant icon with mail link 🐘-->
# <a class="elephant-icon" href="https://git.lukasrosier.com">git</a>
#
</body>
</html>