Initialisation du projet Bolsa

This commit is contained in:
2026-07-01 10:56:55 +00:00
commit 849d7f1350
107 changed files with 14835 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
.
├── assets
│   ├── csv
│   │   ├── autre.csv
│   │   ├── ibex35.csv
│   │   ├── nasdaq100.csv
│   │   ├── sbf120.csv
│   │   └── sp500.csv
│   └── images
│   ├── favicon.png
│   └── GFBlancLogo.png
├── css
│   └── style.css
├── .htaccess
├── index.php
├── js
├── php
│   ├── 404.php
│   ├── footer.php
│   ├── header.php
│   ├── menu.php
│   └── session.php
├── structure.txt
└── structur.txt
7 directories, 17 files