japan-2023/public/index.html
2022-11-20 20:11:01 +08:00

17 lines
530 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="<%= BASE_URL %>osaka-castle.png">
<title>Japan 2023</title>
</head>
<body>
<noscript>
您的瀏覽器未啟用或不支援 JavaScript因此 Japan 2023 無法正常顯示。
請使用支援並啟用 JavaScript 的瀏覽器檢視此網頁。
</noscript>
<div id="app"></div>
</body>
</html>