link to new page in a better way

This commit is contained in:
janis
2024-04-30 10:42:46 +02:00
parent f344fe9327
commit e082d133a1
4 changed files with 126 additions and 2 deletions

View File

@@ -4,8 +4,33 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="/css/menustyle.css">
<title>Navmenu - janishutz.com</title>
<style>
#moved-banner {
background: linear-gradient( 22.5deg, red, blue ) !important;
height: 15vh;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
#moved-banner p {
max-width: 90vw;
text-align: center;
font-size: 1.5rem;
margin: 0;
color: white;
}
#moved-banner a {
color: white;
}
</style>
</head>
<body>
<div id="moved-banner">
<p>This website is ancient and was moved to <a href="https://janishutz.com">janishutz.com</a></p>
</div>
<ul class="Menu">
<a href="/"><img src="/assets/Logo.png" class="logo"></a>
<div class="menu-container">