Created
March 14, 2024 18:43
-
-
Save kraigspear/b48c6affc0adca9954d85b1106562c1e to your computer and use it in GitHub Desktop.
somelink.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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