|
@ -2,12 +2,43 @@ |
|
|
<html lang="en"> |
|
|
<html lang="en"> |
|
|
<head> |
|
|
<head> |
|
|
<meta charset="UTF-8"> |
|
|
<meta charset="UTF-8"> |
|
|
<title>Title</title> |
|
|
|
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
|
|
|
<title>Document</title> |
|
|
<link rel="stylesheet" th:href="@{/css/inicio.css}"> |
|
|
<link rel="stylesheet" th:href="@{/css/inicio.css}"> |
|
|
</head> |
|
|
</head> |
|
|
<body> |
|
|
<body> |
|
|
<nav th:fragment="inicio"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<nav th:fragment="inicio"> |
|
|
|
|
|
<div class="wrapper"> |
|
|
|
|
|
<div class="box"> |
|
|
|
|
|
<div class="image">Image</div> |
|
|
|
|
|
<h1>Title Text</h1> |
|
|
|
|
|
<div>detailed text that explains what the title means</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="wrapper"> |
|
|
|
|
|
<div class="box"> |
|
|
|
|
|
<div class="image">Image</div> |
|
|
|
|
|
<h1>Que el el HTML</h1> |
|
|
|
|
|
<div>detailed text that explains what the title means </div> |
|
|
|
|
|
<div>Responder</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="wrapper"> |
|
|
|
|
|
<div class="box"> |
|
|
|
|
|
<div class="image">Image</div> |
|
|
|
|
|
<h1>Title Text</h1> |
|
|
|
|
|
<div>detailed text that explains what the title means</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="wrapper"> |
|
|
|
|
|
<div class="box"> |
|
|
|
|
|
<div class="image">Image</div> |
|
|
|
|
|
<h1>Title Text</h1> |
|
|
|
|
|
<div>detailed text that explains what the title means</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
</nav> |
|
|
</nav> |
|
|
</body> |
|
|
</body> |
|
|
</html> |
|
|
</html> |