Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<input type="text" id="urlInput" placeholder="Enter URL and press Enter" style="width: 300px; padding: 5px;">
<script>
const urlInput = document.getElementById('urlInput');