specify charset in Content-Type header instead of <meta>

This commit is contained in:
Sami Samhuri 2014-03-19 17:15:12 -07:00
parent 5df90721b3
commit a4b5975715
4 changed files with 1 additions and 4 deletions

View file

@ -2,6 +2,7 @@ DefaultType text/plain
AddType audio/mp4 m4r
AddType application/rss+xml rss
SetOutputFilter DEFLATE
AddDefaultCharset utf-8
# Turn on Expires and set default expires to 3 days
ExpiresActive On

View file

@ -26,7 +26,6 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<% if (typeof title != 'undefined') { -%>

View file

@ -2,8 +2,6 @@
<html>
<head>
<meta charset="utf-8">
<title>jank</title>
<style>

View file

@ -1,7 +1,6 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=/">
<title>samhuri.net</title>
<script>window.location = '/'</script>