From c8391d30ef40b2dfd2d9c9eef8ab1be3d76745c7 Mon Sep 17 00:00:00 2001 From: rick <7rick@tuta.io> Date: Tue, 3 Aug 2021 16:38:51 +0530 Subject: [PATCH] example --- blog/.htaccess | 1 + blog/this-is-an-example-post.html | 33 +++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 blog/.htaccess create mode 100644 blog/this-is-an-example-post.html diff --git a/blog/.htaccess b/blog/.htaccess new file mode 100644 index 0000000..856a739 --- /dev/null +++ b/blog/.htaccess @@ -0,0 +1 @@ +AddDescription "This is an example post" "this-is-an-example-post.html" #Tue, 03 Aug 2021 14:54:03 +0530 diff --git a/blog/this-is-an-example-post.html b/blog/this-is-an-example-post.html new file mode 100644 index 0000000..fbcc086 --- /dev/null +++ b/blog/this-is-an-example-post.html @@ -0,0 +1,33 @@ + + + +This is an example post + + + + +

This is an example post

+[linkstandalone] +
+The names of virtues, with their precepts, were: +
+
    +
  1. Temperance: Eat not do dullness; drink not to elevation.
  2. +
  3. Silence: Speak not but what may benefit others or yourself; avoid trifling conversation.
  4. +
  5. Order: Let all your things have their places; let each part of your business have its time.
  6. +
  7. Resolution: Resolve to perform what you ought; perform without fail what you resolve.
  8. +
  9. Frugality: Make no expense but to do good to others or yourself; i.e., waste nothing.
  10. +
  11. Industry: Lose no time; be always employ’d in something useful; cut off all unnecessary actions.
  12. +
  13. Sincerity: Use no hurtful deceit; think innocently and justly, and, if you speak, speak accordingly.
  14. +
  15. Justice: Wrong none by doing injuries, or omitting the benefits that are your duty.
  16. +
  17. Moderation: Avoid extreams; forbear resenting injuries so much as you think they deserve.
  18. +
  19. Cleanliness: Tolerate no uncleanliness in body, cloths, or habitation.
  20. +
  21. Tranquillity: Be not disturbed at trifles, or at accidents common or unavoidable.
  22. +
+
+― Benjamin Franklin, The Autobiography of Benjamin Franklin +
+ + + + \ No newline at end of file