mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-04-19 14:28:08 +02:00
articles/complaining/HTML: add meta tags
This commit is contained in:
parent
c5491fbefa
commit
23398cba3e
@ -1,3 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="description" content="Complaining about using HTML in emails" /> <meta name="keywords" content="HTML,text,txt,plain,email" /> <meta name="author" content="Mika Suomalainen" /> <meta charset="UTF-8" /> <link rel="canonical" href="http://mkaysi.github.com/articles/complaining/HTML.html">
|
||||
<title>
|
||||
HTML in emails is annoying
|
||||
</title>
|
||||
</head>
|
||||
|
||||
|
||||
<h1 id="using-html-in-emails.">Using HTML in emails.</h1>
|
||||
<p>Emails which are written with HTML are annoying.</p>
|
||||
<h2 id="why-are-they-annoying">Why are they annoying?</h2>
|
||||
@ -16,3 +26,10 @@
|
||||
<p>Are you sure? <a href="https://wiki.debian.org/DebianMailingLists#HowTo_send_plain_text_emails_to_the_list">Debian wiki</a> has instructions how to write plain text with many clients.</p>
|
||||
<h2 id="but-i-use-webmail-i-cannot-send-plaintext">But I use webmail, I cannot send plaintext!</h2>
|
||||
<p>Are you sure? <a href="https://wiki.debian.org/DebianMailingLists#HowTo_send_plain_text_emails_to_the_list">Debian wiki, which was mentioned eaerier</a> also includes instructions for many webmails about writing in plaintext.</p>
|
||||
<div id="clustrmaps-widget"></div><script type="text/javascript">var _clustrmaps = {'url' : 'http://mkaysi.github.com/', 'user' : 1040881, 'server' : '4', 'id' : 'clustrmaps-widget', 'version' : 1, 'date' : '2012-09-02', 'lang' : 'en', 'corners' : 'square' };(function (){ var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'http://www4.clustrmaps.com/counter/map.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);})();</script><noscript>
|
||||
<a href="http://www4.clustrmaps.com/user/bd3fe1f1"><img src="http://www4.clustrmaps.com/stats/maps-no_clusters/mkaysi.github.com--thumb.jpg" alt="Locations of visitors to this page" /></a>
|
||||
</noscript>
|
||||
|
||||
</HTML>
|
||||
|
||||
|
||||
|
@ -1,3 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="description" content="Complaining about using HTML in emails" />
|
||||
<meta name="keywords" content="HTML,text,txt,plain,email" />
|
||||
<meta name="author" content="Mika Suomalainen" />
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="canonical" href="http://mkaysi.github.com/articles/complaining/HTML.html">
|
||||
<title>HTML in emails is annoying</title>
|
||||
</head>
|
||||
|
||||
|
||||
Using HTML in emails.
|
||||
=====================
|
||||
|
||||
@ -30,3 +42,7 @@ But I use webmail, I cannot send plaintext!
|
||||
-------------------------------------------
|
||||
|
||||
Are you sure? [Debian wiki, which was mentioned eaerier](https://wiki.debian.org/DebianMailingLists#HowTo_send_plain_text_emails_to_the_list) also includes instructions for many webmails about writing in plaintext.
|
||||
|
||||
<div id="clustrmaps-widget"></div><script type="text/javascript">var _clustrmaps = {'url' : 'http://mkaysi.github.com/', 'user' : 1040881, 'server' : '4', 'id' : 'clustrmaps-widget', 'version' : 1, 'date' : '2012-09-02', 'lang' : 'en', 'corners' : 'square' };(function (){ var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'http://www4.clustrmaps.com/counter/map.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);})();</script><noscript><a href="http://www4.clustrmaps.com/user/bd3fe1f1"><img src="http://www4.clustrmaps.com/stats/maps-no_clusters/mkaysi.github.com--thumb.jpg" alt="Locations of visitors to this page" /></a></noscript>
|
||||
|
||||
</HTML>
|
||||
|
Loading…
x
Reference in New Issue
Block a user