File "html.php"
Full Path: /home/mba/public_html/wp-content-20250807152928/plugins/w3-total-cache/inc/mime/html.php
File size: 199 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* HTML mime types
*/
return array(
'html|htm' => 'text/html',
'rtf|rtx' => 'text/richtext',
'txt' => 'text/plain',
'xsd' => 'text/xsd',
'xsl' => 'text/xsl',
'xml' => 'text/xml'
);