Estructura general del proyecto
This commit is contained in:
parent
bab6a3f540
commit
8ec90c33ff
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Titulo de la pagina</h1>
|
||||
<p>esto es un parrafo</p>
|
||||
<button>Hola</button>
|
||||
<button>Este es otro botón</button>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue