15 lines
248 B
HTML
15 lines
248 B
HTML
<!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> |