base project

This commit is contained in:
2025-05-02 15:42:14 +02:00
commit ea2b94bf65
3682 changed files with 392213 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Logo Directory
Place your SVG logo files in this directory.
## Usage
1. Copy your SVG logo files into this directory
2. Reference them in your HTML using the relative path:
```html
<img src="../assets/logos/your-logo.svg" alt="Your Logo">
```
## Supported Formats
- SVG (Scalable Vector Graphics)