diff options
author | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-12 15:36:38 +0200 |
---|---|---|
committer | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-12 15:36:38 +0200 |
commit | 34ba723e18a7ba0f785e456e38a9234d6efda9b7 (patch) | |
tree | 68b70f8c7768eec186edfc0c77c8dca334ae5404 /index.php | |
parent | 9b29bb3deb3943dd101d7ab7b01f42ee49951e1b (diff) | |
download | fileup-34ba723e18a7ba0f785e456e38a9234d6efda9b7.tar.gz |
css
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ <html> <head> <meta charset="utf-8"> + <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"> </head> |