From d628bc7fcdf82794b1c17a02396ac5e0544fec6f Mon Sep 17 00:00:00 2001 From: adb-sh Date: Thu, 5 Jan 2023 02:25:17 +0100 Subject: [PATCH] refactor index.html - nvm im dumb --- nginx.conf | 2 +- src/animation/animations.html | 2 +- src/animation/keyframes.html | 2 +- src/flexbox/allgemeines.html | 2 +- src/flexbox/eigenschaften.html | 2 +- src/flexbox/unterelemente.html | 2 +- src/grid/allgemeines.html | 2 +- src/grid/container.html | 2 +- src/grid/items.html | 2 +- src/index.html | 2 +- src/position/allgemeines.html | 2 +- src/text_styling/allgemeines.html | 2 +- src/text_styling/beispiele.html | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/nginx.conf b/nginx.conf index 5aa76ca..85577e1 100644 --- a/nginx.conf +++ b/nginx.conf @@ -26,7 +26,7 @@ http { server_name _; location / { - index index.html; + index ; root /var/www/html; try_files $uri $uri/ =404; absolute_redirect off; diff --git a/src/animation/animations.html b/src/animation/animations.html index a373eeb..ecf32e1 100644 --- a/src/animation/animations.html +++ b/src/animation/animations.html @@ -15,7 +15,7 @@

Animationen