Update index.html

This commit is contained in:
simplePCBuilding
2022-11-17 13:50:09 +01:00
committed by GitHub
parent 67499dd428
commit 61099b78b0

View File

@@ -11,11 +11,13 @@
<body> <body>
<div id="ContentToInclude"></div> <div id="ContentToInclude"></div>
<div class="policydiv">
<h1>Welcome to janishutz.com!</h1> <h1>Welcome to janishutz.com!</h1>
<p>Learn more about my projects!</p> <p>Learn more about my projects!</p>
<a class="linkbutton" href="./projects.html">Projects</a> <a class="linkbutton" href="./projects.html">Projects</a>
<br><br><br> <br><br><br>
Note: This website is not completed yet and some pages are still missing! Note: This website is not completed yet and some pages are still missing!
</div>
</body> </body>
</html> </html>