mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
specify charset in Content-Type header instead of <meta>
This commit is contained in:
parent
5df90721b3
commit
a4b5975715
4 changed files with 1 additions and 4 deletions
|
|
@ -2,6 +2,7 @@ DefaultType text/plain
|
||||||
AddType audio/mp4 m4r
|
AddType audio/mp4 m4r
|
||||||
AddType application/rss+xml rss
|
AddType application/rss+xml rss
|
||||||
SetOutputFilter DEFLATE
|
SetOutputFilter DEFLATE
|
||||||
|
AddDefaultCharset utf-8
|
||||||
|
|
||||||
# Turn on Expires and set default expires to 3 days
|
# Turn on Expires and set default expires to 3 days
|
||||||
ExpiresActive On
|
ExpiresActive On
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,6 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
<% if (typeof title != 'undefined') { -%>
|
<% if (typeof title != 'undefined') { -%>
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
|
||||||
|
|
||||||
<title>jank</title>
|
<title>jank</title>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta http-equiv="refresh" content="0; url=/">
|
<meta http-equiv="refresh" content="0; url=/">
|
||||||
<title>samhuri.net</title>
|
<title>samhuri.net</title>
|
||||||
<script>window.location = '/'</script>
|
<script>window.location = '/'</script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue