Common HTML beginning code :

< html lang="en" >
< head >
< link rel="shortcut icon" href="/freecity/favicon.ico" >
< title >/freecity FreeCity< /title >
< meta charset="UTF-8" >
< meta name="viewport" content="width=device-width, initial-scale=1" >
..................
for Qora Namestoage HTML file upload, this line "" no need.
without , the Chinese char will display directly at the source code.

在 Namespace 上載 HTML 存檔,不必任何 是對的方法。
編碼有 的 HTML存檔,中文字會被轉換成 不能直接在 Source code 讀取的字碼。
正確的HTML編碼開端是 :

< html lang="en" >
< head >
< link rel="shortcut icon" href="/freecity/favicon.ico" >
< title >/freecity FreeCity< /title >
< meta name="viewport" content="width=device-width, initial-scale=1" >
..................

參考 /chai 的 source code