Update index.html

This commit is contained in:
simplePCBuilding
2022-11-09 15:29:39 +01:00
committed by GitHub
parent 4c607249fa
commit 67499dd428

View File

@@ -2,6 +2,7 @@
<html> <html>
<head> <head>
<title>Home - janishutz.com</title> <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"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/mainstyle.css"> <link rel="stylesheet" href="./css/mainstyle.css">
<script src="./js/jquery.js"></script> <script src="./js/jquery.js"></script>
@@ -17,4 +18,4 @@
<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!
</body> </body>
</html> </html>