developtheweb.github.io/index.html
2025-05-12 13:59:06 -04:00

56 lines
No EOL
1.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0;url=https://stevenmilanese.com">
<title>Redirecting to Steven Milanese</title>
<link rel="canonical" href="https://stevenmilanese.com">
<script>
window.location.href = "https://stevenmilanese.com";
</script>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
background-color: #030014;
color: #ffffff;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
margin: 0;
padding: 20px;
text-align: center;
}
img {
max-width: 250px;
margin-bottom: 30px;
}
h1 {
font-size: 24px;
margin-bottom: 20px;
}
p {
margin-bottom: 30px;
}
a {
color: #6366f1;
text-decoration: none;
border: 1px solid #6366f1;
padding: 10px 20px;
border-radius: 4px;
transition: background-color 0.3s, color 0.3s;
}
a:hover {
background-color: #6366f1;
color: #ffffff;
}
</style>
</head>
<body>
<img src="https://stevenmilanese.com/StevenMilanese-full-logo.png" alt="Steven Milanese">
<h1>Steven Milanese - Systems Alchemist</h1>
<p>This site has moved to a new location.</p>
<a href="https://stevenmilanese.com">Click here to visit the new site</a>
</body>
</html>