Recreated webstie in Dotnet
This commit is contained in:
15
douwco_website.cpp/templates/about_douwco.html
Normal file
15
douwco_website.cpp/templates/about_douwco.html
Normal 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>
|
||||
Reference in New Issue
Block a user