refactor(pages): use html instead of json to render custom pages
This commit is contained in:
parent
2d74d8afc3
commit
42a96cbb6e
4 changed files with 60 additions and 102 deletions
17
test.html
Normal file
17
test.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue