index.html 807 Bytes
Newer Older
roshka committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
<!DOCTYPE html>
<html lang="es">
    <head>
        <title></title>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="stylesheet" type="text/css" href="css/index.css">
        <script src="./js/index.js"></script>
    </head>
    <body>
        <div id="introduccion">
            <h1>La Via Lactea: </h1>
            <img src="fotos/via_lactea.jpg" alt="La via lactea" width="320" height="240"><br><br>
            <ul id="datosViaLactea">
            </ul><br><br>
            <form>
                <button type="button" class="botones" href="" onclick="mostrarPlanetas(1)">Mas informacion ...</button>
            </form><br><br>
        </div>
        <div id="lista_planetas">
            
        </div>
    </body>
</html>