index.html 591 Bytes
Newer Older
Matias Ferreira committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<!DOCTYPE html>
<html>
    <head>
        <title>Tarea JWeb</title>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    </head>
    <body>
	   <p>hola mundos</p>
	   <ol>
		  <li><a href="http://localhost:8080/WebProjectTest/tabla-multiplicar">aprende a multiplicar!</a></li>
		  <li><a href="http://localhost:8080/WebProjectTest/factorial">aprende a factorializar!</a></li>
		  <li><a href="http://localhost:8080/WebProjectTest/show-me-the-bits">aprender conversion decimal/binario!</a></li>
		</ol>
        
    </body>
</html>