Spaces:
Runtime error
Runtime error
File size: 404 Bytes
8ec7f31 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
<!DOCTYPE html>
<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> |