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,38 @@
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="../static/css/douwco_styling.css">
</head>
<html>
<body>
<div class="root_div">
<div class="side_panel_div">
<div class="title_div">
<img src="../static/img/douwco_logo.png" alt="douwco_logo">
<h1>douwco</h1>
</div>
<div>
<a class="menu_option_a" href="/games">
<img src="../static/img/device-gamepad.png" alt="gamepad icon">
<p>Play <span>My Games</span></p>
</a>
<a class="menu_option_a" href="/about_me">
<img src="../static/img/user.png" alt="user icon" style="
width:60px;
margin-left: 20px;
margin-right:70px;">
<p>About <span>Douwe Ravers</span></p>
</a>
<a class="menu_option_a" href="/about_douwco">
<img src="../static/img/info-hexagon.png" alt="info icon" style="
width:75px;
margin-left: 12px;
margin-right:62px;">
<p>About <span>Douwco</span></p>
</a>
</div>
</div>
</div>
</body>
</html>