1
1
<%@ page language =" java" contentType =" text/html; charset=ISO-8859-1"
2
- pageEncoding =" utf-8" %>
2
+ pageEncoding =" utf-8" %>
3
+
4
+ <%@ taglib prefix =" c" uri =" http://java.sun.com/jsp/jstl/core" %>
5
+ <%@ taglib prefix =" spring" uri =" http://www.springframework.org/tags" %>
6
+ <%@ taglib prefix =" fn" uri =" http://java.sun.com/jsp/jstl/functions" %>
7
+
3
8
<!DOCTYPE html>
4
9
<html >
5
10
<head >
6
- <meta charset =" utf-8" >
7
- <title >Hola</title >
11
+ <meta charset =" UTF-8" >
12
+ <meta http-equiv =" X-UA-Compatible" content =" IE=edge" >
13
+ <meta name =" viewport" content =" width=device-width, initial-scale=1, shrink-to-fit=no" >
14
+ <title >Tecnificados - Página Inicial</title >
15
+ <link rel =" stylesheet" href =" <c:url value=" /resources /css /bootstrap.min.css " />" >
16
+
8
17
</head >
9
- <body >
10
- Hola con Spring Boot
18
+
19
+ <body >Hola con Spring Boot
20
+
21
+ <body >
22
+
23
+ <nav class =" navbar navbar-expand-md navbar-dark fixed-top bg-dark" >
24
+ <a class =" navbar-brand" href =" #" >Demo Spring Boot</a >
25
+ <button class =" navbar-toggler" type =" button" data-toggle =" collapse" data-target =" #navbarsExampleDefault" aria-controls =" navbarsExampleDefault" aria-expanded =" false" aria-label =" Toggle navigation" >
26
+ <span class =" navbar-toggler-icon" ></span >
27
+ </button >
28
+
29
+ <div class =" collapse navbar-collapse" id =" navbarsExampleDefault" >
30
+ <ul class =" navbar-nav mr-auto" >
31
+ <li class =" nav-item active" >
32
+ <a class =" nav-link" href =" #" >Inicio<span class =" sr-only" >(current)</span ></a >
33
+ </li >
34
+ </ul >
35
+ </div >
36
+ </nav >
37
+
38
+ <main role =" main" >
39
+
40
+ <!-- Main jumbotron for a primary marketing message or call to action -->
41
+ <div class =" jumbotron" >
42
+ <div class =" container" >
43
+ <h1 class =" display-3" >Saludos con Spring Boot y Bootstrap</h1 >
44
+ <p >Esta es una plantilla modificada para realizar una pequeña demo.</p >
45
+ </div >
46
+ </div >
47
+
48
+ <div class =" container" >
49
+ <!-- Example row of columns -->
50
+ <div class =" row" >
51
+ <div class =" col-md-4" >
52
+ <h2 >Fase 1</h2 >
53
+ <p >Recolección.</p >
54
+ <p ><a class =" btn btn-secondary" href =" #" role =" button" >Más » ; </a ></p >
55
+ </div >
56
+ <div class =" col-md-4" >
57
+ <h2 >Fase 2</h2 >
58
+ <p >...</p >
59
+ <p ><a class =" btn btn-secondary" href =" #" role =" button" >Más » ; </a ></p >
60
+ </div >
61
+ <div class =" col-md-4" >
62
+ <h2 >Fase 3</h2 >
63
+ <p >Ganancias.</p >
64
+ <p ><a class =" btn btn-secondary" href =" #" role =" button" >Más » ; </a ></p >
65
+ </div >
66
+ </div >
67
+
68
+ <hr >
69
+
70
+ </div > <!-- /container -->
71
+
72
+ </main >
73
+
74
+ <footer class =" container" >
75
+ <p >© ; Tecnificados 2021</p >
76
+ </footer >
77
+
78
+ <script src =" https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity =" sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin =" anonymous" ></script >
79
+ <script >window .jQuery || document .write (' <script src="<c:url value="/resources/js/vendor/jquery.slim.min.js"/>"><\/ script>' ) </script ><script src =" <c:url value=" /resources /js /bootstrap.bundle.min.js " />" ></script >
80
+
81
+
11
82
</body >
12
83
</html >
0 commit comments