Skip to content

Instantly share code, notes, and snippets.

@yusufcakmak
Created November 11, 2015 20:52
Show Gist options
  • Select an option

  • Save yusufcakmak/49c1b30e2e870a892e10 to your computer and use it in GitHub Desktop.

Select an option

Save yusufcakmak/49c1b30e2e870a892e10 to your computer and use it in GitHub Desktop.
<!DOCTYPE html SYSTEM "http://www.thymeleaf.org/dtd/xhtml1-strict-thymeleaf-4.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="utf-8"/>
<title>Hello World Thymeleaf!!</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<p th:text="#{hello}">Hello World Thymeleaf Offline!!</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment