Update index.html
Browse files- index.html +8 -7
index.html
CHANGED
@@ -9,16 +9,17 @@
|
|
9 |
<body>
|
10 |
<div class="card">
|
11 |
<h1>Welcome to your static Space!</h1>
|
12 |
-
<p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
|
|
18 |
<p>
|
19 |
Also don't forget to check the
|
20 |
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
21 |
</p>
|
22 |
</div>
|
23 |
</body>
|
24 |
-
</html>
|
|
|
9 |
<body>
|
10 |
<div class="card">
|
11 |
<h1>Welcome to your static Space!</h1>
|
12 |
+
<p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
|
13 |
+
<ul>
|
14 |
+
<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>
|
15 |
+
<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>
|
16 |
+
<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>
|
17 |
+
<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>
|
18 |
+
</ul>
|
19 |
<p>
|
20 |
Also don't forget to check the
|
21 |
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
22 |
</p>
|
23 |
</div>
|
24 |
</body>
|
25 |
+
</html>
|