diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css new file mode 100644 index 0000000..5b9e0af --- /dev/null +++ b/src/main/resources/static/css/style.css @@ -0,0 +1,8 @@ +body{ + background-color: slategrey; + color: white; +} + +h1{ + font-size: 4rem; +} \ No newline at end of file diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 72c09ff..dd9e712 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -4,6 +4,7 @@ + Index diff --git a/src/main/resources/templates/time.html b/src/main/resources/templates/time.html index 0db7bb5..510f603 100644 --- a/src/main/resources/templates/time.html +++ b/src/main/resources/templates/time.html @@ -4,6 +4,7 @@ + Time