Spaces:
Running
Running
| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width" /> | |
| <title>My static Space</title> | |
| <link rel="stylesheet" href="style.css" /> | |
| </head> | |
| <body> | |
| <div class="card"> | |
| <h1>Welcome to my static Space!</h1> | |
| <p>testing Space</p> | |
| </div> | |
| <div class="card"> | |
| <img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="huggingface.co"> | |
| </div> | |
| </body> | |
| </html> | |