diff --git a/Whatsapp_Chat_Exporter/whatsapp.html b/Whatsapp_Chat_Exporter/whatsapp.html index 20caf30..63700e8 100644 --- a/Whatsapp_Chat_Exporter/whatsapp.html +++ b/Whatsapp_Chat_Exporter/whatsapp.html @@ -20,7 +20,6 @@ } footer { border-top: 2px solid #e3e6e7; - font-size: 2em; padding: 20px 0 20px 0; } article { @@ -156,8 +155,8 @@ {% elif "video/" in msg.mime %} - - + + {% elif "/" in msg.mime %} @@ -246,8 +245,8 @@ {% elif "video/" in msg.mime %} - - + + {% elif "/" in msg.mime %} @@ -277,6 +276,36 @@ {% else %} End of history {% endif %} + + Portions of this page are reproduced from work created and shared by Google and used according to terms described in the Apache 2.0 License. +