diff options
| author | seth <[email protected]> | 2023-02-08 07:40:14 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2023-02-08 07:42:43 +0000 |
| commit | 21fa4856be8de330d2351159b680c630e5f0aa07 (patch) | |
| tree | 79ca7a9fb5da1579ef53e22e35edb2620cda1dd1 /src/index.html | |
| parent | 5e4b6ebb8c9e6adaf1ab12802beb82c59c88dcab (diff) | |
fix issues with paths
Diffstat (limited to 'src/index.html')
| -rw-r--r-- | src/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html index 62a1088..65ccc70 100644 --- a/src/index.html +++ b/src/index.html @@ -6,7 +6,7 @@ <title>guzzle guzzle</title> <meta name="description" content="seth's server for random stuff" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="stylesheet" href="css/guzzle.css" /> + <link rel="stylesheet" href="/css/guzzle.css" /> </head> <body> @@ -18,7 +18,7 @@ <li>1.19.2 quilt server (w/ origins)</li> <li> <a href="https://github.com/getchoo/guzzle_api">guzzle_api</a> (for - <a href="https://github.com/getchoo/moyaiBot"> moyaibot</a>) + <a href="https://github.com/getchoo/teawieBot"> teawiebot</a>) </li> </ul> <br /> |
