<p>This is a paragraph test. You can add more text here. And here also.</p>

<p>Using lists: </p>
<p>Dotted: </p>
<ul>
    <li>Item 1</li>
    <li>Item 2</li>
    <li>Item 3</li>
</ul>

<p>Numbered: </p>
<ol>
    <li>Item 1</li>
    <li>Item 2</li>
    <li>Item 3</li>
</ol>

<p>Now lets place some images!</p>
<img src="image1.png" alt="Generic Image Title" width="32px">
<img src="LogoFABLABCompressed.jpg" alt="Generic Image Title 2" width="100px">

<p>Inserting Videos: </p>
<video src="VideoExampleComp.mp4" controls></video> <!-- Adding "controls" allows the user to play/pause the video or move it's timeline.-->

<p>Using buttons: </p>
<button>I am a button</button>

<p>Using links: </p>
<a href="https://gitlab.com/fablab-2024/miprimerproyecto">Repository Link</a>
<a href="https://fabacademy.org/?gclid=CjwKCAiAkp6tBhB5EiwANTCx1AUxwKMMh4H6YoURnqwgFYz9t2y37avhAG-4e1DxTWVRoQhcJZVxoC34MQAvD_BwE">Fabacademy Link</a>
<a href="SecondPage.html">Second Page</a>