Spaces:
Paused
Paused
Update README.md
#1
by ixoxo - opened
README.md
CHANGED
|
@@ -6,5 +6,36 @@ colorTo: purple
|
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
+
<!DOCTYPE html>
|
| 10 |
+
<html>
|
| 11 |
+
<head>
|
| 12 |
+
<meta charset="UTF-8">
|
| 13 |
+
<title>Espace Karine Legrand</title>
|
| 14 |
+
<style>
|
| 15 |
+
body { font-family: -apple-system; padding: 20px; background: #f5f5f7; }
|
| 16 |
+
.container { max-width: 600px; margin: auto; background: white; border-radius: 18px; padding: 25px; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
|
| 17 |
+
.header { color: #FF6200; text-align: center; border-bottom: 2px solid #FF6200; padding-bottom: 15px; }
|
| 18 |
+
table { width: 100%; margin-top: 20px; }
|
| 19 |
+
td, th { padding: 12px; border-bottom: 1px solid #eee; }
|
| 20 |
+
</style>
|
| 21 |
+
</head>
|
| 22 |
+
<body>
|
| 23 |
+
<div class="container">
|
| 24 |
+
<div class="header">
|
| 25 |
+
<h1>ING Mobile Banking</h1>
|
| 26 |
+
<p>Bienvenue : karinechoupinette0@gmail.com</p>
|
| 27 |
+
</div>
|
| 28 |
|
| 29 |
+
<table>
|
| 30 |
+
<tr><th>Compte</th><th>Solde</th></tr>
|
| 31 |
+
<tr><td>Compte Courant</td><td>4 586,71 €</td></tr>
|
| 32 |
+
<tr><td>Livret Épargne</td><td>1 203,45 €</td></tr>
|
| 33 |
+
</table>
|
| 34 |
+
|
| 35 |
+
<p style="color: #FF6200; margin-top: 25px; font-size: 0.9em;">
|
| 36 |
+
⚠️ Simulation technique - Données fictives
|
| 37 |
+
</p>
|
| 38 |
+
</div>
|
| 39 |
+
</body>
|
| 40 |
+
</html>
|
| 41 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|