0
Fork 0
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:
lin 2023-02-15 00:30:18 +08:00
parent 30ee75cea1
commit ade34b2bf3
3 changed files with 23 additions and 3 deletions

View file

@ -0,0 +1,8 @@
<html>
<head>
<meta charset='utf-8'>
</head>
<body>
你好!
</body>
</html>

View file

@ -0,0 +1,8 @@
<html>
<head>
<meta charset='utf-8'>
</head>
<body>
你好!
</body>
</html>