Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 4, 2019 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/294037fb93470df1d3724346907afdba to your computer and use it in GitHub Desktop.
Save parzibyte/294037fb93470df1d3724346907afdba to your computer and use it in GitHub Desktop.
<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