Skip to content
Permalink
Browse files
Fixed redirect for searchbar
  • Loading branch information
goldberr committed Nov 8, 2019
1 parent faf9575 commit fcd4ef6a4c58be3514809e57020157e09cf5be56
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
@@ -13,7 +13,7 @@
<link href="css/searchbar.css" type="text/css" rel="stylesheet" />
<h2 class="ram"><a href="/" > <img class="logo2" src="images/newwhite.png" alt="Logo of website"> Uploadify</a></h2>
<section class="searchBox searchclass">
<form action="" autocomplete="on">
<form action="search" autocomplete="on">
<section class="search">
<input type="text" class="searchLook" placeholder="Search..." name="q">
<button type="submit" class="searchButton">
@@ -14,7 +14,7 @@
<link href="css/searchbar.css" type="text/css" rel="stylesheet" />
<h2 class="ram"><a href="/"> <img class="logo2" src="images/newwhite.png" alt="Logo of website"> Uploadify</a></h2>
<section class="searchBox">
<form action="" autocomplete="on">
<form action="search" autocomplete="on">
<section class="search">
<input type="text" class="searchLook" placeholder="Search..." name="q" >
<button type="submit" class="searchButton">
@@ -14,7 +14,7 @@
<link href="css/searchbar.css" type="text/css" rel="stylesheet" />
<h2 class="ram"><a href="/"> <img class="logo2" src="images/newwhite.png" alt="Logo of website"> Uploadify</a></h2>
<section class="searchBox">
<form action="" autocomplete="on">
<form action="search" autocomplete="on">
<section class="search">
<input type="text" class="searchLook" placeholder="Search..." name="q" >
<button type="submit" class="searchButton">
@@ -12,7 +12,7 @@
<link href="css/searchbar.css" type="text/css" rel="stylesheet" />
<h2 class="ram"><a href="/" > <img class="logo2" src="images/newwhite.png" alt="Logo of website"> Uploadify</a></h2>
<section class="searchBox">
<form action="" autocomplete="on">
<form action="search" autocomplete="on">
<section class="search">
<input type="text" class="searchLook" placeholder="Search..." name="q">
<button type="submit" class="searchButton">
@@ -11,7 +11,7 @@
<header><h2 class="ram"><a href="/" > <img class="logo2" src="images/newwhite.png" alt="Logo of website"> Uploadify</a></h2>
<link href="css/searchbar.css" type="text/css" rel="stylesheet" />
<section class="searchBox`">
<form action="" autocomplete="on">
<form action="search" autocomplete="on">
<section class="search">
<input type="text" class="searchLook" placeholder="Search..." name="q" >
<button type="submit" class="searchButton">

0 comments on commit fcd4ef6

Please sign in to comment.