detalle_galaxia.html 847 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <link rel="stylesheet" href="../node_modules/bootstrap/dist/css/bootstrap.min.css">
        <title>Galaxia</title>
        
    </head>
    <body class="container">
        <h1>[nombre galaxia]</h1>
        <hr>
        <div id="informacion">
            <span id="idGalaxia" class="col-md-2">idGalaxia</span>
            <span id="tipoGalaxia" class="col-md-2">tipoGalaxia</span>
        </div>
        
        <div id="planetasGalaxia" class="col-md-2">
            <ul>
                <li>Saturno</li>
                <li>Urano</li>
                <li>Urano</li>
            </ul>

        </div>

    </body>
</html>