links / index.html
bardd's picture
Update index.html
c1e94a7 verified
raw
history blame
1.04 kB
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<h1>Welcome to your static Space!</h1>
<p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab
https://www.worldofbooks.com/products/never-split-the-difference-book-chris-voss-9781847941497?price=8.97
https://www.worldofbooks.com/en-gb/products/soccermatics-book-david-sumpter-9781472924148?price=5.80
https://www.worldofbooks.com/en-gb/products/inspired-book-marty-cagan-9781119387503?price=13.00
https://www.worldofbooks.com/en-gb/products/humanizing-the-education-machine-book-rex-miller-9781119283102?price=3.49
.</p>
<p>
Also don't forget to check the
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
</p>
</div>
</body>
</html>