Created
September 4, 2019 18:17
-
-
Save parzibyte/294037fb93470df1d3724346907afdba to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head th:fragment="encabezado" xmlns:th="http://www.w3.org/1999/xhtml"> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<meta name="description" content="Punto de venta con Spring Boot. Control de inventario y ventas "> | |
<meta name="author" content="Parzibyte"> | |
<title>Sistema de ventas Spring Boot</title> | |
<!-- Cargar el CSS de Boostrap--> | |
<link th:href="@{/css/bootstrap.min.css}" rel="stylesheet"> | |
<link th:href="@{/css/fa.min.css}" rel="stylesheet"> | |
<link th:href="@{/css/style.css}" rel="stylesheet"> | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment