links / index.html
bardd's picture
Update index.html
bcf1e24 verified
raw
history blame
1.3 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.</p>
<ul>
<li><a href="https://www.worldofbooks.com/products/never-split-the-difference-book-chris-voss-9781847941497?price=8.97" target="_blank">Never Split the Difference by Chris Voss</a></li>
<li><a href="https://www.worldofbooks.com/en-gb/products/soccermatics-book-david-sumpter-9781472924148?price=5.80" target="_blank">Soccermatics by David Sumpter</a></li>
<li><a href="https://www.worldofbooks.com/en-gb/products/inspired-book-marty-cagan-9781119387503?price=13.00" target="_blank">Inspired by Marty Cagan</a></li>
<li><a href="https://www.worldofbooks.com/en-gb/products/humanizing-the-education-machine-book-rex-miller-9781119283102?price=3.49" target="_blank">Humanizing the Education Machine by Rex Miller</a></li>
</ul>
<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>