diff options
author | adam <adam@> | 2021-02-12 16:40:29 +0200 |
---|---|---|
committer | adam <adam@> | 2021-02-12 16:40:29 +0200 |
commit | 6a6c2249ddc649bb114ce8a5cc619ae16a43d20f (patch) | |
tree | 6b7dacc563a69809962a7978287542f1d71a4063 /index.php | |
parent | 0c3d535a341dcefd702982715f6d20275a0f512d (diff) | |
parent | 6992510faf7de95b37d151da3d5e6f7026af343e (diff) | |
download | fileup-6a6c2249ddc649bb114ce8a5cc619ae16a43d20f.tar.gz |
Merge branch 'master' of https://github.com/alexvitkov/india
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> |