mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-16 13:10:24 +00:00
add utf-8 support to example file_server
This commit is contained in:
parent
30ee75cea1
commit
ade34b2bf3
3 changed files with 23 additions and 3 deletions
8
examples/file_server/priv/中文.html
Normal file
8
examples/file_server/priv/中文.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
</head>
|
||||
<body>
|
||||
你好!
|
||||
</body>
|
||||
</html>
|
8
examples/file_server/priv/中文/中文.html
Normal file
8
examples/file_server/priv/中文/中文.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
</head>
|
||||
<body>
|
||||
你好!
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue