Files
original-website/index.html
2024-04-30 10:42:46 +02:00

27 lines
842 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>
<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>