diff options
| -rw-r--r-- | pokebot/index.html | 2 | ||||
| -rw-r--r-- | typer/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pokebot/index.html b/pokebot/index.html index 17f1bc9..3e4d3ea 100644 --- a/pokebot/index.html +++ b/pokebot/index.html @@ -5,7 +5,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>PokeWorld | Pokebot</title> - <link rel="stylesheet" href="./css/style.css"> + <link rel="stylesheet" href="../css/style.css"> </head> <body> <header> diff --git a/typer/index.html b/typer/index.html index ea1b3c5..fe58613 100644 --- a/typer/index.html +++ b/typer/index.html @@ -5,7 +5,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>PokeWorld | Typer</title> - <link rel="stylesheet" href="./css/style.css"> + <link rel="stylesheet" href="../css/style.css"> </head> <body> <header> |
