diff options
| author | Alee <alee14498@gmail.com> | 2018-03-07 18:04:13 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-07 18:04:13 -0500 |
| commit | b2478286653bca00294e7602bb20687424d2a9c4 (patch) | |
| tree | 160cca4ca698ec2ffcf198b8d5f839f7889a8f3d | |
| parent | 54cdd7bdf226f773eb9ccec0d182abd80475ee12 (diff) | |
| download | pokeworld-website-b2478286653bca00294e7602bb20687424d2a9c4.tar.gz pokeworld-website-b2478286653bca00294e7602bb20687424d2a9c4.tar.bz2 pokeworld-website-b2478286653bca00294e7602bb20687424d2a9c4.zip | |
Fixes (I hope)
| -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> |
