24 lines
699 B
HTML
24 lines
699 B
HTML
<!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="policydiv">
|
|
<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!
|
|
</div>
|
|
</body>
|
|
</html>
|