Spaces:
Running
Running
<html lang="fr"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Mon site</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<style> | |
body { | |
font-family: Arial, sans-serif; | |
background: #f4f4f4; | |
text-align: center; | |
padding: 50px; | |
} | |
h1 { | |
color: #333; | |
} | |
p { | |
font-size: 18px; | |
color: #555; | |
} | |
</style> | |
</head> | |
<body> | |
<h1>Bienvenue sur mon site 🚀</h1> | |
<p>Ce site a été déployé avec Hugging Face Spaces.</p> | |
</body> | |
</html> |