refactor(pages): use html instead of json to render custom pages

This commit is contained in:
Anhgelus Morhtuuzh 2025-03-10 11:14:09 +01:00
parent 2d74d8afc3
commit 42a96cbb6e
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
4 changed files with 60 additions and 102 deletions

17
test.html Normal file
View file

@ -0,0 +1,17 @@
<h2>Hello</h2>
<p>world, what's up?</p>
<h3>Sed proin quis cursus do lobortis ultricies viverra tempus et.</h3>
<p>Lectus pulvinar lorem mi enim pharetra sed aliqua et cursus. Sit sem ut elit amet labore lectus sed at vulputate.</p>
<nav class="links">
<div class="link">
<a href="/">home sweet home</a>
</div>
<div class="link">
<a href="https://www.steampowered.com">steam</a>
</div>
</nav>
<ul>
<li>Hello 1</li>
<li>Not hello 2</li>
<li>Final element 3</li>
</ul>