diff options
author | Squibid <me@zacharyscheiman.com> | 2023-11-08 20:28:43 -0500 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-11-08 20:28:43 -0500 |
commit | 404bd217ac5fdad3e4e3c49657cbafacfa2742db (patch) | |
tree | f1bbcef090fc76e059a7cc10d34d7f2f4d782c0d /view.php | |
parent | 20a1eb4174692978d9782777b7afe237bc08320e (diff) | |
download | wallheaven-404bd217ac5fdad3e4e3c49657cbafacfa2742db.tar.gz wallheaven-404bd217ac5fdad3e4e3c49657cbafacfa2742db.tar.bz2 wallheaven-404bd217ac5fdad3e4e3c49657cbafacfa2742db.zip |
remove useless <head></head>
Diffstat (limited to 'view.php')
-rw-r--r-- | view.php | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,7 +1,3 @@ -<head> - <title>WallHeaven</title> - <meta name="description" content="Wallpaper proxy"> -</head> <?php include('scrapers/wallhaven.php'); include('style/header.php'); |