diff options
author | Mark Powers <markppowers0@gmail.com> | 2018-12-10 21:56:08 -0500 |
---|---|---|
committer | Mark Powers <markppowers0@gmail.com> | 2018-12-10 21:56:08 -0500 |
commit | 1f9960f92337a84f3f642ed27b66e97d75939ef7 (patch) | |
tree | 2e0b342500def0427bcfc5c7c638203fdb1c7ce1 /src/html/index.html | |
parent | 841ea9a04cedbc99b15b85ed13778ac7abb4572d (diff) |
Add css changes
Diffstat (limited to 'src/html/index.html')
-rw-r--r-- | src/html/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/html/index.html b/src/html/index.html index ed90fe7..087cf5b 100644 --- a/src/html/index.html +++ b/src/html/index.html @@ -20,9 +20,10 @@ <div class="card item"> <div class="card-body"> <p class="card-text"> - Come check out my gallery of homemade bread, featuring mainly artisan sourdough. + Welcome to marks.kitchen. Check out my <a href="/bread">bread</a>! </p> </div> + <p class="date">Dec 10, 2018</p> </div> </div> </body> |