feat: initial commit
This commit is contained in:
commit
8805505864
6 changed files with 217 additions and 0 deletions
30
out.html
Normal file
30
out.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue