Files

58 lines
1.5 KiB
HTML
Raw Permalink Normal View History

2024-12-11 23:56:15 +01:00
<main>
<section>
2024-12-12 19:55:30 +01:00
<div class="row">
<div class="col-8 col-12-medium">
<p><b>Opsumering: Lidt omkring job situationen og hvordan det fungere</b></p>
</div>
<div class="col-4 col-12-medium">
2024-12-12 23:30:19 +01:00
<p><em>Dato: </em></p>
2024-12-12 19:55:30 +01:00
</div>
</div>
2024-12-11 23:56:15 +01:00
<h2>Untitled</h2>
<div>
<h1>Lidt mere info om job</h1>
<p>Der skal langt mere tekst her</p>
2024-12-12 19:55:30 +01:00
<p>
<div class="note">
<p>Husk alpha side</p>
</div>
</p>
</div>
<hr>
</section>
<section>
<div class="row">
<div class="col-8 col-12-medium">
2024-12-12 23:30:19 +01:00
<p><b>Opsumering: Lidt omkring job situationen og hvordan det fungere</b></p>
2024-12-12 19:55:30 +01:00
</div>
<div class="col-4 col-12-medium">
2024-12-12 23:30:19 +01:00
<p><em>Dato: </em></p>
2024-12-12 19:55:30 +01:00
</div>
</div>
2024-12-12 23:30:19 +01:00
<h2>Untitled</h2>
2024-12-12 19:55:30 +01:00
<div>
<h1>Overskrift 1</h1>
<h2>Overskrift 2</h2>
<h3>Overskrift 3</h3>
<h4>Overskrift4</h4>
<p>Here is a custom box:</p>
<p>
<div class="box">
<strong>Important Title</strong>
<p>This is the content inside the box.</p>
</div>
</p>
<p>Here is a note:</p>
<p>
<div class="note">
<p>This is a note for the readers.</p>
</div>
</p>
2024-12-11 23:56:15 +01:00
</div>
<hr>
</section>
</main>