use html embed instead of md
All checks were successful
Build and Publish Docker Image / build (push) Successful in 54s

This commit is contained in:
Timothy Rogers 2025-05-24 20:48:49 -04:00
parent 92f4b5ad69
commit 07909c41fc

View file

@ -14,19 +14,19 @@ A digital asset management system built with Flask and S3-compatible storage.
<details>
<summary>Home Page</summary>
<p>
![assets view](https://git.hack13.dev/hack13/Personal-Digital-Asset-Manager/raw/branch/main/repo-images/list-of-assets.webp)
<img src="https://git.hack13.dev/hack13/Personal-Digital-Asset-Manager/raw/branch/main/repo-images/list-of-assets.webp" />
</p>
</details>
<details>
<summary>Asset View</summary>
<p>
![asset view](https://git.hack13.dev/hack13/Personal-Digital-Asset-Manager/raw/branch/main/repo-images/asset-view.webp)
<img src="https://git.hack13.dev/hack13/Personal-Digital-Asset-Manager/raw/branch/main/repo-images/asset-view.webp" />
</p>
</details>
<details>
<summary>Edit Page</summary>
<p>
![edit view](https://git.hack13.dev/hack13/Personal-Digital-Asset-Manager/raw/branch/main/repo-images/edit-view.webp)
<img src="https://git.hack13.dev/hack13/Personal-Digital-Asset-Manager/raw/branch/main/repo-images/edit-view.webp" />
</p>
</details>