diff options
author | Squibid <me@zacharyscheiman.com> | 2023-10-09 09:05:46 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-10-09 09:05:46 -0400 |
commit | 333a112ff6bf3341d20cdab61cbb83109df123a7 (patch) | |
tree | 31a8788abadbd2436e9a6bf4136ab9e44abcea19 /style/header.php | |
parent | 90c0f3e92db08ac780cbc48ac5eca570ee9350ce (diff) | |
download | wallheaven-333a112ff6bf3341d20cdab61cbb83109df123a7.tar.gz wallheaven-333a112ff6bf3341d20cdab61cbb83109df123a7.tar.bz2 wallheaven-333a112ff6bf3341d20cdab61cbb83109df123a7.zip |
cleanup some unneeded things
Diffstat (limited to '')
-rw-r--r-- | style/header.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/style/header.php b/style/header.php index 0e3f832..a34acf8 100644 --- a/style/header.php +++ b/style/header.php @@ -15,7 +15,6 @@ printf("<head>\n<title>WallHeaven - Viewing A Wallpaper</title>\n", $_GET["w"]); printf("<meta name='description' content='Wallpaper id:%s'>\n", $_GET["w"]); } - ?> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="stylesheet" href="/style/style.css"> @@ -24,7 +23,7 @@ <a href="/" id="header"><h3>Wall<span id="heaven">Heaven</span></h3></a> <div id="searchbox"> <form action="/query.php" method="GET">\n - GFG; +<?php printf("<input type='text' placeholder='Search...' name='q' value='%s'>\n", $_GET["q"]); printf("<div id='options'>\n"); printf(" <input type='checkbox' name='SFW' id='SFW' %s>\n", $SFW); |