Spaces:
Runtime error
Runtime error
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Static Demo</title> | |
<style> | |
body{font-family:Arial, sans-serif;text-align:center;margin-top:50px;} | |
img{width:200px;height:auto;} | |
</style> | |
</head> | |
<body> | |
<h1>Hello from static directory!</h1> | |
<img src="logo.png" alt="logo"> | |
<p>If you can see this page and the logo image, your static directory is working correctly.</p> | |
</body> | |
</html> |