diff options
| author | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-03-10 11:14:09 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-03-10 11:14:09 +0100 |
| commit | 42a96cbb6e81d509d218a36d4cf78fe68742d11e (patch) | |
| tree | 17ce4628bf5e70fcc328569f2a5fbd22cea2ac54 /test.html | |
| parent | 2d74d8afc321cf84fd5710314bfa6a9ff3c10a32 (diff) | |
refactor(pages): use html instead of json to render custom pages
Diffstat (limited to 'test.html')
| -rw-r--r-- | test.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test.html b/test.html new file mode 100644 index 0000000..616a510 --- /dev/null +++ b/test.html @@ -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>
\ No newline at end of file |
