Diferencia entre revisiones de «Usuario:ManuelRomero/programacion»
De WikiEducator
(Una revisión intermedia por el mismo usuario no mostrado) | |||
Línea 1: | Línea 1: | ||
{{TEP}} | {{TEP}} | ||
− | <source lang= | + | <source lang=html5> |
− | + | ||
− | + | <!doctype html> | |
− | + | <html lang="en"> | |
− | + | <head> | |
− | + | <meta charset="UTF-8"> | |
− | + | <meta name="viewport" | |
− | + | content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> | |
− | + | <meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
− | + | <link rel="stylesheet" href="./css/estilo.css" type="text/css"> | |
− | + | <title>Descarga de ficheros</title> | |
+ | |||
+ | </head> | ||
+ | <body> | ||
+ | <h1>WEB DE DESCARGAS DE FICHEROS</h1> | ||
+ | <div id="app"> | ||
+ | <?php echo $ficheros ?> | ||
+ | </div> | ||
+ | </body> | ||
</source> | </source> | ||
Última revisión de 00:36 21 dic 2017
Trabajo en proceso, espera cambios frecuentes. Tu ayuda y retroalimentación son bienvenidos. Ver página de charlas. |
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="stylesheet" href="./css/estilo.css" type="text/css"> <title>Descarga de ficheros</title> </head> <body> <h1>WEB DE DESCARGAS DE FICHEROS</h1> <div id="app"> <?php echo $ficheros ?> </div> </body>
programacion/nav ===Titulo 1===