Recreated webstie in Dotnet

This commit is contained in:
2026-02-08 00:54:13 +01:00
parent 50adbccaba
commit 1fc420cd1c
229 changed files with 84676 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="../static/css/douwco_styling.css">
</head>
<html>
<body>
<div class="title_div">
<img src="../static/img/douwco_logo.png" alt="douwco_logo">
<h1>douwco</h1>
</div>
</body>
</html>