Skip to content

Commit

Permalink
Update browse.html
Browse files Browse the repository at this point in the history
  • Loading branch information
PrestonT500 authored Oct 25, 2023
1 parent 02423b7 commit 4f22b84
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions static/browse.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
.catch(error => console.error(error));
</script>

<form>
<input tag="searchbar" id="searchbar" placeholder="Search the web freely" />
<form id="urlForm">
<label for="targetUrl">Enter Target URL:</label>
<input type="text" id="targetUrl" name="targetUrl" required>
<button type="button" onclick="proxyUrl()">Submit</button>
</form>
</div>
<script>
const searchbar = document.getElementById("searchbar");
</script>
<div id="proxyContent"></div>

<script src="js/proxy.js"></script>
</body>

1 comment on commit 4f22b84

@vercel
Copy link

@vercel vercel bot commented on 4f22b84 Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.