diff options
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 |
