cpuai commited on
Commit
d638aa5
·
verified ·
1 Parent(s): e66fe20

Upload 2 files

Browse files
Files changed (2) hide show
  1. index.html +16 -0
  2. logo.png +0 -0
index.html ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Static Demo</title>
6
+ <style>
7
+ body{font-family:Arial, sans-serif;text-align:center;margin-top:50px;}
8
+ img{width:200px;height:auto;}
9
+ </style>
10
+ </head>
11
+ <body>
12
+ <h1>Hello from static directory!</h1>
13
+ <img src="logo.png" alt="logo">
14
+ <p>If you can see this page and the logo image, your static directory is working correctly.</p>
15
+ </body>
16
+ </html>
logo.png ADDED