diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ <link rel="preconnect" href="https://fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet"> <link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon"> - <title>shady file upload</title> <link rel="stylesheet" type="text/css" href="css/style.css"> + <title>shady file upload</title> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> @@ -54,7 +54,7 @@ </div> </div> - <img src="svg/bottom.svg" class="bgbottom"> + <img src="img/bottom.svg" class="bgbottom"> </div> </body> <html> |