mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00

LH: I have fixed issues in the PR and incorporated changes from a sister PR by @djankovic (git author: Dom J). I also made sure the UTF-8 files were readable without Chinese fonts and added their downloading to the examples test suite.
8 lines
94 B
HTML
8 lines
94 B
HTML
<html>
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
</head>
|
|
<body>
|
|
中文!
|
|
</body>
|
|
</html>
|