cpuai's picture
Upload 2 files
d638aa5 verified
raw
history blame contribute delete
404 Bytes
<!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>