diff --git a/index.html b/index.html
index f3b242f..8eb5e76 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,13 @@
<button class="smooth btn-b btn-small">btn-small</button>-
<h1 class="title">h1 title</h1>
# | Widgets Sold | Revenue (£) | Profit (£) |
---|---|---|---|
1 | 5 | 10 | 2 |
2 | 10 | 20 | 4 |
3 | 500 | 1000 | 200 |
<h1 class="title">h1 title</h1>+
<input type="text" class="smooth" placeholder="input type='text'">+
<textarea rows="3" class="smooth" placeholder="textarea">+
<span class="addon-front"></span><inout type="text" class="smooth" placeholder="span class="addon-front"">+
# | Widgets Sold | Revenue (£) | Profit (£) |
---|---|---|---|
1 | 5 | 10 | 2 |
2 | 10 | 20 | 4 |
3 | 500 | 1000 | 200 |