Skip to content

Instantly share code, notes, and snippets.

View QMS85's full-sized avatar
๐Ÿ‘‹

Jonathan Peters QMS85

๐Ÿ‘‹
View GitHub Profile
@QMS85
QMS85 / index.html
Last active April 21, 2025 11:22
Button Redirect Using HTML & JavaScript
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Redirect Example</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Button to trigger the redirection -->