Add docker file for running on server.
This commit is contained in:
28
templates/about_me.html
Normal file
28
templates/about_me.html
Normal 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>
|
||||
Reference in New Issue
Block a user