Add docker file for running on server.

This commit is contained in:
douwe
2025-08-06 02:21:02 +02:00
parent 357d2d48bc
commit 44530f3287
7 changed files with 143 additions and 14 deletions

View File

@@ -0,0 +1,28 @@
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="../static/css/douwco_styling.css">
</head>
<html>
<body>
<div style="
margin-left: 50px;
display: flex;
align-items: center;
flex-direction: row;
align-content: center;">
<img src="../static/img/douwco_logo.png" alt="douwco_logo" style="
width:150px;
height: 150px;
margin-right: 50px;">
<h1 style="
font-family: righteous;
font-size: 120px;">
douwco</h1>
</div>
</body>
</html>

28
templates/about_me.html Normal file
View File

@@ -0,0 +1,28 @@
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="../static/css/douwco_styling.css">
</head>
<html>
<body>
<div style="
margin-left: 50px;
display: flex;
align-items: center;
flex-direction: row;
align-content: center;">
<img src="../static/img/douwco_logo.png" alt="douwco_logo" style="
width:150px;
height: 150px;
margin-right: 50px;">
<h1 style="
font-family: righteous;
font-size: 120px;">
douwco</h1>
</div>
</body>
</html>

28
templates/games.html Normal file
View File

@@ -0,0 +1,28 @@
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="../static/css/douwco_styling.css">
</head>
<html>
<body>
<div style="
margin-left: 50px;
display: flex;
align-items: center;
flex-direction: row;
align-content: center;">
<img src="../static/img/douwco_logo.png" alt="douwco_logo" style="
width:150px;
height: 150px;
margin-right: 50px;">
<h1 style="
font-family: righteous;
font-size: 120px;">
douwco</h1>
</div>
</body>
</html>

View File

@@ -29,7 +29,9 @@
douwco</h1>
</div>
<div>
<button class="menu_button" style="
<button class="menu_button" s
onclick="location.href='/games'"
style="
margin-left: 50px;
padding-left: 50px;
padding-right: 50px;">
@@ -42,8 +44,9 @@
<span style="color: #88d4d4;">My Games</span>
</p>
</button>
<button class="menu_button" style="
<button class="menu_button"
onclick="location.href='/about_me'"
style="
margin-left: 50px;
padding-left: 50px;
padding-right: 50px;">
@@ -58,7 +61,9 @@
</p>
</button>
<button class="menu_button" style="
<button class="menu_button"
onclick="location.href='/about_douwco'"
style="
margin-left: 50px;
padding-left: 50px;
padding-right: 50px;">
@@ -147,7 +152,6 @@
">Go to Designer</p>
</button>
</div>
</div>
</div>
</div>