Skip to content

Instantly share code, notes, and snippets.

@kraigspear
Created March 14, 2024 18:43
Show Gist options
  • Save kraigspear/b48c6affc0adca9954d85b1106562c1e to your computer and use it in GitHub Desktop.
Save kraigspear/b48c6affc0adca9954d85b1106562c1e to your computer and use it in GitHub Desktop.
somelink.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Simple Web Page</title>
</head>
<body>
<h1>Welcome to My Simple Page</h1>
<p>Click the link below to visit the website:</p>
<a href="https://staxb149dbbf1d02cf1c6d3ddfc3e64a8183e7d57e6e34ed.www.fastly.gcp.ephemeral.target.com/">Visit Website</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment