diff --git a/server/src/uds/templates/uds/html5/detectJava.html b/server/src/uds/templates/uds/html5/detectJava.html
new file mode 100644
index 000000000..dac967f29
--- /dev/null
+++ b/server/src/uds/templates/uds/html5/detectJava.html
@@ -0,0 +1,29 @@
+{% extends "uds/html5/templates/base.html" %}
+{% load i18n static %}
+
+{% block title %}{% trans "Login redirection to UDS" %}{% endblock %}
+
+{% block script %}
+
+
+{% endblock %}
+
+{% block body %}
+
+{% endblock %}
\ No newline at end of file
diff --git a/server/src/uds/templates/uds/html5/index.html b/server/src/uds/templates/uds/html5/index.html
index 124134321..7c16832d5 100644
--- a/server/src/uds/templates/uds/html5/index.html
+++ b/server/src/uds/templates/uds/html5/index.html
@@ -1,7 +1,7 @@
-{% extends "uds/html5/internal_page.html" %}
+{% extends "uds/html5/templates/internal_page.html" %}
{% load i18n static html5 %}
-{% block title %}{% trans 'Available services list' %}
+{% block title %}{% trans 'Available services list' %}{% endblock %}
{% block css %}