How history search bar on .html

Question:

How do i create a search bar that saves history on a separate page?
Repl link:

https://free-prize-1.scamsrus.repl.co

Nice.
So could you post the code for the searchbar please.
:grinning:

Is it

<h2>click generate once you have entered usename!</h2>
<h1>
  <input type="text" id="mySearchBar" placeholder="prize 1"></input>
  <input type="text" id="mySearchBar" placeholder="PRIZE 2"></input>
  <a href="skull.html"><button>Generate</button></a>
<ul id="myMenu">
  <body bgcolor="#00b300">
</ul>
1 Like

yeah that’s the script I’m using

2 Likes