From 4e0426c732b6641ebfaf4a61afd3c3ef15efa1b6 Mon Sep 17 00:00:00 2001 From: "michael.ramusi" <michael.ramusi@etu.hesge.ch> Date: Sun, 3 Feb 2019 23:30:33 +0100 Subject: [PATCH] pagetitle --- services/src/main/resources/static/demo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/src/main/resources/static/demo.html b/services/src/main/resources/static/demo.html index f41c52b..3df9f44 100644 --- a/services/src/main/resources/static/demo.html +++ b/services/src/main/resources/static/demo.html @@ -2,7 +2,7 @@ <html xmlns:th="http://www.thymeleaf.org"> <head> - <title>Getting Started: Serving Web Content</title> + <title>GE-MANGE: demo</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <style> -- GitLab