diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-08T22·09+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-08T22·09+0000 |
commit | 7924b12fa6cd06d962f53292397f6ee92f141a5c (patch) | |
tree | ecf4cf3de319fd3b014e1345d8ccb0a7f8b9f35d | |
parent | 2285fc8b3643c33fdf161d55207a33ae0cb3ebd7 (diff) |
Add "Why delay? Start today." to footer
For now, my slogan is "Why delay? Start today." Like any slogan, the more you repeat it, the more it sticks.
-rw-r--r-- | learn/static/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/learn/static/index.html b/learn/static/index.html index de896c248988..a58daf91f35d 100644 --- a/learn/static/index.html +++ b/learn/static/index.html @@ -52,5 +52,8 @@ email at <a href="mailto:wpcarro@gmail.com" class="font-bold text-blue-600 hover:underline">wpcarro@gmail.com</a>. </p> </div> + <footer class="mb-8"> + <p class="text-center">Why delay? Start today.</p> + </footer> </body> </html> |