Files
original-website/index.html
2022-11-05 17:59:23 +01:00

19 lines
492 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Home - janishutz.com</title>
<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>
<h1>Welcome to janishutz.com!</h1>
<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!
</body>
</html>