Add lavender.software webring
parent
f52bff3c9e
commit
90fb70f18b
|
@ -6,6 +6,7 @@ body {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -67,3 +68,8 @@ h3 {
|
||||||
p {
|
p {
|
||||||
margin: 0.5em 0;
|
margin: 0.5em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.webring-container {
|
||||||
|
margin-top: 1em;
|
||||||
|
width: calc(60ch + 2em);
|
||||||
|
}
|
||||||
|
|
|
@ -15,6 +15,11 @@
|
||||||
|
|
||||||
<link rel="stylesheet" href="/inter/inter.css" />
|
<link rel="stylesheet" href="/inter/inter.css" />
|
||||||
|
|
||||||
|
<link
|
||||||
|
rel="stylesheet"
|
||||||
|
href="https://lavender.software/webring/webring-0.2.0.css"
|
||||||
|
/>
|
||||||
|
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://char.lt" />
|
<meta property="og:url" content="https://char.lt" />
|
||||||
<meta property="og:title" content="charlotte ✨" />
|
<meta property="og:title" content="charlotte ✨" />
|
||||||
|
@ -33,7 +38,7 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="page-wrapper">
|
<article class="page-wrapper">
|
||||||
<header>
|
<header>
|
||||||
<aside>
|
<aside>
|
||||||
<h1><abbr title="charlotte athena som">charlotte ✨</abbr></h1>
|
<h1><abbr title="charlotte athena som">charlotte ✨</abbr></h1>
|
||||||
|
@ -133,6 +138,15 @@
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer>a site by <a href="https://som.codes">charlotte som</a></footer>
|
<footer>a site by <a href="https://som.codes">charlotte som</a></footer>
|
||||||
</div>
|
</article>
|
||||||
|
|
||||||
|
<article class="webring-container">
|
||||||
|
<script
|
||||||
|
src="https://lavender.software/webring/webring-0.2.0.js"
|
||||||
|
data-site-id="charlotte"
|
||||||
|
crossorigin="anonymous"
|
||||||
|
integrity="sha512-wWgLGI60d62wrvLSoSeA3zLAUl8QeWjwVshCY7QYaWai6Mrt/4ar1E5ET4SvJ8yFU3Vmb5uVsmA8auRNQQyEXg=="
|
||||||
|
></script>
|
||||||
|
</article>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue