shuttle/out.html
2025-06-03 18:42:36 +01:00

30 lines
No EOL
546 B
HTML

<!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>