28 lines
973 B
HTML
Executable File
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>
|