diff --git a/index.html b/index.html index 0347457..9e87437 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,9 @@ +

Initializing...

+
\ No newline at end of file diff --git a/public/styles.css b/public/styles.css index e69de29..9115835 100644 --- a/public/styles.css +++ b/public/styles.css @@ -0,0 +1,8 @@ +#containereins { + position: fixed; + inset: 0px; + text-align: center; +} +#containereins > h1 { + margin-top: 50%; +} \ No newline at end of file