Enabling static files

This commit is contained in:
Muyao CHEN
2024-06-28 22:30:19 +02:00
parent c15e4da93c
commit 6e6b003e05
5 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<div class="col">
<h1>This is the home page</h1>
<p>This is the content</p>
<img src="/static/images/outside.png" alt="outside image" height="1330" width="2364">
</div>
</div>
</div>