diff --git a/src/main/webapp/preview/js/materialize_components.js b/src/main/webapp/preview/js/materialize_components.js
index f438abd..c788aff 100644
--- a/src/main/webapp/preview/js/materialize_components.js
+++ b/src/main/webapp/preview/js/materialize_components.js
@@ -1,11 +1,14 @@
$(".dropdown-trigger").dropdown();
+$('.tabs').tabs();
$(document).ready(function(){
$('.sidenav').sidenav();
});
-$('.tabs').tabs();
$(document).ready(function(){
$('select').formSelect();
});
$(document).ready(function(){
$('.collapsible').collapsible();
+});
+$(document).ready(function() {
+ M.updateTextFields();
});
\ No newline at end of file
diff --git a/src/main/webapp/preview/login.html b/src/main/webapp/preview/login.html
new file mode 100644
index 0000000..67dd914
--- /dev/null
+++ b/src/main/webapp/preview/login.html
@@ -0,0 +1,44 @@
+
+
+
+
+
Login
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/webapp/preview/registration.html b/src/main/webapp/preview/registration.html
new file mode 100644
index 0000000..0dbe2f8
--- /dev/null
+++ b/src/main/webapp/preview/registration.html
@@ -0,0 +1,55 @@
+
+
+
+
+
Registrierung
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Regstrierung
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file