cm107/test_static_space
0
1<!DOCTYPE html>2<html>3 4<head>5 <meta charset="utf-8" />6 <meta name="viewport" content="width=device-width" />7 <title>My static Space</title>8 <link rel="stylesheet" href="style.css" />9</head>10 11<body>12 <div class="card">13 <h1>Welcome to your static Space!</h1>14 <p>15 You can modify this app directly by editing <i>index.html</i> in the16 Files and versions tab.17 </p>18 <p>19 Also don't forget to check the20 <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.21 </p>22 </div>23 <h2>Navigation</h2>24 <li><a href="test_page.html">Test Page</a></li>25</body>26 27</html>