Created static webpages and minimal ASP.net server to run it.

This commit is contained in:
douwe
2025-04-09 23:37:05 +02:00
parent 25567d3433
commit 0e81d2d8e9
196 changed files with 8853 additions and 106266 deletions

19
wwwroot/portofolio.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>douwco.be</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<div class="box2">
<h1>Menu:</h1>
<div class="entry">
<p class="bulletpoint">\> </p>
<a class="menu_option" href="index.html">Home</a>
</div>
</div>
</body>
</html>