19 lines
850 B
HTML
19 lines
850 B
HTML
|
|
||
|
<div id="logo">
|
||
|
<div id="logo_text">
|
||
|
<!-- class="logo_colour", allows you to change the colour of the text -->
|
||
|
<h1><a href="index.html">6to<span class="logo_colour"> Coloquio Uruguayo de Matemática</span></a></h1>
|
||
|
<h2>Evento de la comunidad nacional de matemática</h2>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div id="menubar">
|
||
|
<ul id="menu">
|
||
|
<!-- put class="selected" in the li tag for the selected page - to highlight which page you're on -->
|
||
|
<li class="selected"><a href="index.html">Inicio</a></li>
|
||
|
<!-- <li><a href="examples.html">Examples</a></li>-->
|
||
|
<!--<li><a href="page.html">A Page</a></li>-->
|
||
|
<!-- <li><a href="another_page.html">Another Page</a></li>-->
|
||
|
<li><a href="contact.html">Contacto</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
|