Redirect to stevenmilanese.com
This commit is contained in:
parent
e5fa62eb53
commit
a700ea6bc7
3 changed files with 126 additions and 30 deletions
59
index.html
59
index.html
|
|
@ -1,3 +1,56 @@
|
|||
---
|
||||
layout: default
|
||||
---
|
||||
<!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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue