From 2e212eafb090af2c62ce9bdad934d348c381c7fa Mon Sep 17 00:00:00 2001 From: Hoernschen Date: Fri, 9 Feb 2024 20:42:12 +0100 Subject: [PATCH] change route names --- {firstroute => 1}/index.html | 0 {tenthroute => 10}/index.html | 0 {eleventhroute => 11}/index.html | 0 {twelfthroute => 12}/index.html | 0 {secondroute => 2}/index.html | 0 {thirdroute => 3}/index.html | 0 {fourthroute => 4}/index.html | 0 {fifthroute => 5}/index.html | 0 {sixthroute => 6}/index.html | 0 {seventhroute => 7}/index.html | 0 {eighthroute => 8}/index.html | 0 {ninethroute => 9}/index.html | 0 {anotherroute => another}/index.html | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename {firstroute => 1}/index.html (100%) rename {tenthroute => 10}/index.html (100%) rename {eleventhroute => 11}/index.html (100%) rename {twelfthroute => 12}/index.html (100%) rename {secondroute => 2}/index.html (100%) rename {thirdroute => 3}/index.html (100%) rename {fourthroute => 4}/index.html (100%) rename {fifthroute => 5}/index.html (100%) rename {sixthroute => 6}/index.html (100%) rename {seventhroute => 7}/index.html (100%) rename {eighthroute => 8}/index.html (100%) rename {ninethroute => 9}/index.html (100%) rename {anotherroute => another}/index.html (100%) diff --git a/firstroute/index.html b/1/index.html similarity index 100% rename from firstroute/index.html rename to 1/index.html diff --git a/tenthroute/index.html b/10/index.html similarity index 100% rename from tenthroute/index.html rename to 10/index.html diff --git a/eleventhroute/index.html b/11/index.html similarity index 100% rename from eleventhroute/index.html rename to 11/index.html diff --git a/twelfthroute/index.html b/12/index.html similarity index 100% rename from twelfthroute/index.html rename to 12/index.html diff --git a/secondroute/index.html b/2/index.html similarity index 100% rename from secondroute/index.html rename to 2/index.html diff --git a/thirdroute/index.html b/3/index.html similarity index 100% rename from thirdroute/index.html rename to 3/index.html diff --git a/fourthroute/index.html b/4/index.html similarity index 100% rename from fourthroute/index.html rename to 4/index.html diff --git a/fifthroute/index.html b/5/index.html similarity index 100% rename from fifthroute/index.html rename to 5/index.html diff --git a/sixthroute/index.html b/6/index.html similarity index 100% rename from sixthroute/index.html rename to 6/index.html diff --git a/seventhroute/index.html b/7/index.html similarity index 100% rename from seventhroute/index.html rename to 7/index.html diff --git a/eighthroute/index.html b/8/index.html similarity index 100% rename from eighthroute/index.html rename to 8/index.html diff --git a/ninethroute/index.html b/9/index.html similarity index 100% rename from ninethroute/index.html rename to 9/index.html diff --git a/anotherroute/index.html b/another/index.html similarity index 100% rename from anotherroute/index.html rename to another/index.html