Files
original-website/index.html
Janis Hutz f344fe9327 Update index.html
add note that this page was moved
2023-01-17 11:55:56 +01:00

28 lines
973 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>Home - janishutz.com</title>
<meta name="description" content="Get informed about my projects, get in support or contact me">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/mainstyle.css">
<script src="./js/jquery.js"></script>
<script src="./js/basicanimations.js"></script>
</head>
<body>
<div id="ContentToInclude"></div>
<div class="mainstyle">
<h1>Welcome to janishutz.com!</h1>
<h2>NOTE: This page has been moved to <a href="https://janishutz.com">janishutz.com</a> and will not be updated here anymore!
<p>iOS Apps, PC apps, Websites</p>
<p>Learn more about my projects!</p>
<a class="linkbutton" href="./projects.html">Projects</a>
<br><br><br>
Note: This website is not completed yet and some pages are still missing! The design will also change to something more appealing in the future
</div>
<div id="Footer"></div>
</body>
</html>