19 lines
492 B
HTML
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> |