A <link> tag could look like this
<link rel="stylesheet" href="somefile.txt"
type="text/css">
Browsers like Safari and Seamonkey refuse to load the CSS unless the
content-type of the document does match the type attribute (which is
also only valid if text/css).
Reported by Nikolaus Schaller, Sep 25, 2010