Compare commits

...

2 Commits

Author SHA1 Message Date
Mark Cornick 23be0a52e5
Redirect page 2023-12-09 01:05:54 -05:00
Mark Cornick cd6360a3db
remove pants 2023-12-09 01:05:34 -05:00
1 changed files with 16 additions and 1 deletions

View File

@ -1 +1,16 @@
pants
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=https://mcornick.com/" />
</noscript>
<script>
window.location.replace("https://mcornick.com/" + window.location.hash);
</script>
</head>
<body>
Redirecting to <a href="https://mcornick.com/">mcornick.com/</a>...
</body>
</html>