Update projects.html

This commit is contained in:
simplePCBuilding
2022-11-17 13:51:11 +01:00
committed by GitHub
parent 61099b78b0
commit f484b12a3a

View File

@@ -10,6 +10,7 @@
<body> <body>
<div id="ContentToInclude"></div> <div id="ContentToInclude"></div>
<div class="policydiv">
<h1>My projects</h1> <h1>My projects</h1>
<p>Here you can get an overview of all my projects!</p> <p>Here you can get an overview of all my projects!</p>
<h3>Swift & SwiftUI (iOS Apps)</h3> <h3>Swift & SwiftUI (iOS Apps)</h3>
@@ -25,6 +26,7 @@
</ul> </ul>
<h3>JavaScript, HTML, CSS (Webapps / Websites)</h3> <h3>JavaScript, HTML, CSS (Webapps / Websites)</h3>
Only private ones right now Only private ones right now
</div>
</body> </body>
</html> </html>