×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: HTML
Posted by: Víctor Herrera
Added: Apr 29, 2021 9:00 AM
Modified: Apr 29, 2021 9:05 AM
Views: 3976
Tags: thyme
  1. <html th:xmlns="http://www.thymeleaf.org">
  2.     <head>
  3.         <title th:text="${titulo}"></title>
  4.         <meta charset="UTF-8">
  5.         <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     </head>
  7.     <body>
  8.        
  9.     </body>
  10. </html>
  11.