Update encoding settings to UTF8

This commit is contained in:
Kirigaya Kazuto 2017-11-22 10:21:24 +08:00
parent fe820acd08
commit 3a7614360c
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<!DOCTYPE> <!DOCTYPE>
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{{Title}}</title> <title>{{Title}}</title>
<link type="text/css" rel="stylesheet" href="/css/shCore.css"> <link type="text/css" rel="stylesheet" href="/css/shCore.css">
<script type="text/javascript" src="/js/XRegExp.js"></script> <script type="text/javascript" src="/js/XRegExp.js"></script>

View File

@ -1,6 +1,7 @@
<!DOCTYPE> <!DOCTYPE>
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>New Paste</title> <title>New Paste</title>
<script type="text/javascript" src="/js/jquery.js"></script> <script type="text/javascript" src="/js/jquery.js"></script>
</head> </head>