mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +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 application/rss+xml rss
|
||||
SetOutputFilter DEFLATE
|
||||
AddDefaultCharset utf-8
|
||||
|
||||
# Turn on Expires and set default expires to 3 days
|
||||
ExpiresActive On
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@
|
|||
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<% if (typeof title != 'undefined') { -%>
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title>jank</title>
|
||||
|
||||
<style>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue