Skip to content

Instantly share code, notes, and snippets.

@vicegd
Last active February 6, 2016 16:25
Show Gist options
  • Save vicegd/23bcb0faca61ffa5202e to your computer and use it in GitHub Desktop.
Save vicegd/23bcb0faca61ffa5202e to your computer and use it in GitHub Desktop.
Reveal.JS - Unordered list
<section>
<h2>Listas desordenadas</h2>
<ul>
<li>Gijón</li>
<li>Oviedo</li>
<li>Madrid</li>
<li>Avilés</li>
</ul>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment