refactor index.html - nvm im dumb
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
aef76eedf6
commit
d628bc7fcd
@ -26,7 +26,7 @@ http {
|
||||
server_name _;
|
||||
|
||||
location / {
|
||||
index index.html;
|
||||
index ;
|
||||
root /var/www/html;
|
||||
try_files $uri $uri/ =404;
|
||||
absolute_redirect off;
|
||||
|
@ -15,7 +15,7 @@
|
||||
<h1>Animationen</h1>
|
||||
</header>
|
||||
<nav class="navigationbar">
|
||||
<a href="../index.html">Home</a>
|
||||
<a href="../">Home</a>
|
||||
<a href="../flexbox/allgemeines.html">Flexbox-Layout</a>
|
||||
<a href="../grid/allgemeines.html">Grid-Layout</a>
|
||||
<a href="../text_styling/allgemeines.html">Text-Styling</a>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<h1>Animationen</h1>
|
||||
</header>
|
||||
<nav class="navigationbar">
|
||||
<a href="../index.html">Home</a>
|
||||
<a href="../">Home</a>
|
||||
<a href="../flexbox/allgemeines.html">Flexbox-Layout</a>
|
||||
<a href="../grid/allgemeines.html">Grid-Layout</a>
|
||||
<a href="../text_styling/allgemeines.html">Text-Styling</a>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<h1>Flexbox-Layout</h1>
|
||||
</header>
|
||||
<nav class="navigationbar">
|
||||
<a href="../index.html">Home</a>
|
||||
<a href="../">Home</a>
|
||||
<a href="allgemeines.html">Flexbox-Layout</a>
|
||||
<a href="../grid/allgemeines.html">Grid-Layout</a>
|
||||
<a href="../text_styling/allgemeines.html">Text-Styling</a>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<h1>Flexbox-Layout</h1>
|
||||
</header>
|
||||
<nav class="navigationbar">
|
||||
<a href="../index.html">Home</a>
|
||||
<a href="../">Home</a>
|
||||
<a href="allgemeines.html">Flexbox-Layout</a>
|
||||
<a href="../grid/allgemeines.html">Grid-Layout</a>
|
||||
<a href="../text_styling/allgemeines.html">Text-Styling</a>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<h1>Flexbox-Layout</h1>
|
||||
</header>
|
||||
<nav class="navigationbar">
|
||||
<a href="../index.html">Home</a>
|
||||
<a href="../">Home</a>
|
||||
<a href="allgemeines.html">Flexbox-Layout</a>
|
||||
<a href="../grid/allgemeines.html">Grid-Layout</a>
|
||||
<a href="../text_styling/allgemeines.html">Text-Styling</a>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<h1>Grid-Layout</h1>
|
||||
</header>
|
||||
<nav class="navigationbar">
|
||||
<a href="../index.html">Home</a>
|
||||
<a href="../">Home</a>
|
||||
<a href="../flexbox/allgemeines.html">Flexbox-Layout</a>
|
||||
<a href="allgemeines.html">Grid-Layout</a>
|
||||
<a href="../text_styling/allgemeines.html">Text-Styling</a>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<h1>Grid-Layout</h1>
|
||||
</header>
|
||||
<nav class="navigationbar">
|
||||
<a href="../index.html">Home</a>
|
||||
<a href="../">Home</a>
|
||||
<a href="../flexbox/allgemeines.html">Flexbox-Layout</a>
|
||||
<a href="allgemeines.html">Grid-Layout</a>
|
||||
<a href="../text_styling/allgemeines.html">Text-Styling</a>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<h1>Grid-Layout</h1>
|
||||
</header>
|
||||
<nav class="navigationbar">
|
||||
<a href="../index.html">Home</a>
|
||||
<a href="../">Home</a>
|
||||
<a href="../flexbox/allgemeines.html">Flexbox-Layout</a>
|
||||
<a href="allgemeines.html">Grid-Layout</a>
|
||||
<a href="../text_styling/allgemeines.html">Text-Styling</a>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<h1>Home</h1>
|
||||
</header>
|
||||
<nav class="navigationbar">
|
||||
<a href="index.html">Home</a>
|
||||
<a href="">Home</a>
|
||||
<a href="flexbox/allgemeines.html">Flexbox-Layout</a>
|
||||
<a href="grid/allgemeines.html">Grid-Layout</a>
|
||||
<a href="text_styling/allgemeines.html">Text-Styling</a>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<h1>Animationen</h1>
|
||||
</header>
|
||||
<nav class="navigationbar">
|
||||
<a href="../index.html">Home</a>
|
||||
<a href="../">Home</a>
|
||||
<a href="../flexbox/allgemeines.html">Flexbox-Layout</a>
|
||||
<a href="../grid/allgemeines.html">Grid-Layout</a>
|
||||
<a href="../text_styling/allgemeines.html">Text-Styling</a>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<h1>Text-Styling</h1>
|
||||
</header>
|
||||
<nav class="navigationbar">
|
||||
<a href="../index.html">Home</a>
|
||||
<a href="../">Home</a>
|
||||
<a href="../flexbox/allgemeines.html">Flexbox-Layout</a>
|
||||
<a href="../grid/allgemeines.html">Grid-Layout</a>
|
||||
<a href="allgemeines.html">Text-Styling</a>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<h1>Text-Styling</h1>
|
||||
</header>
|
||||
<nav class="navigationbar">
|
||||
<a href="../index.html">Home</a>
|
||||
<a href="../">Home</a>
|
||||
<a href="../flexbox/allgemeines.html">Flexbox-Layout</a>
|
||||
<a href="../grid/allgemeines.html">Grid-Layout</a>
|
||||
<a href="allgemeines.html">Text-Styling</a>
|
||||
|
Loading…
Reference in New Issue
Block a user