|
|
| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet"> |
| <meta charset="UTF-8"> |
| <style> |
| body { |
| font-family: 'Roboto', sans-serif; |
| margin-top: 20px; |
| } |
| .footer { |
| width: 100%; |
| font-size: 16px; |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| padding: 10px 20px; |
| } |
| .footer img { |
| width: 100px; |
| vertical-align: middle; |
| margin-bottom: 0px; |
| padding-bottom: 0px; |
| |
| } |
| .footer .center-text { |
| text-align: center; |
| |
| } |
| .footer .page-number { |
| text-align: right; |
| } |
| .footer a { |
| color: #0000EE; |
| text-decoration: none; |
| } |
| .page { |
| font-weight: bold; |
| font-size: 10px; |
| margin-bottom: 0px; |
| padding-bottom: 0px; |
| } |
| |
| </style> |
| </head> |
| <body> |
| <div class="footer"> |
| <img src="https://static.wixstatic.com/media/d7d3da_b69e03ae99224f7d8b6e358918e60071~mv2.png/v1/crop/x_173,y_0,w_1906,h_938/fill/w_242,h_119,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/BZIIIT_LOGO-HORIZ-COULEUR.png" alt="Logo" /> |
| <div class="center-text"> |
| bziiit | Open data & IA RSE | <a href="https://huggingface.co/spaces/bziiit/OpenData-Bordeaux-RSE">https://huggingface.co/spaces/bziiit/OpenData-Bordeaux-RSE</a> |
| </div> |
| <div class="page-number"> |
| <span class="page"></span> |
| </div> |
| </div> |
| </body> |
| </html> |
| |