feat: initial commit

This commit is contained in:
nullishamy 2025-06-03 18:42:27 +01:00
commit 8805505864
Signed by: amy
SSH key fingerprint: SHA256:WmV0uk6WgAQvDJlM8Ld4mFPHZo02CLXXP5VkwQ5xtyk
6 changed files with 217 additions and 0 deletions

30
out.html Normal file
View file

@ -0,0 +1,30 @@
<!DOCTYPE html>
<head class="">
<style class="">
.title {
font-size: xxx-large;
}
.subtitle {
font-size: xx-large;
}
.content {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
height: 100%;
}
</style>
</head>
<html>
<body class="content">
<h1 class="title">rssg</h1>
<p class="">this is a little demo for my Racket based SSG</p>
<section class="">
<h2 class="subtitle">my first subsection</h2>
<p class="">this text appears inside the subsection :D</p>
</section>
</body>
</html>