-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (40 loc) · 2.43 KB
/
Copy pathindex.html
File metadata and controls
40 lines (40 loc) · 2.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>2048 NEXT — 免费在线 2048 多模式数字合并游戏</title>
<meta name="description" content="2048 NEXT 是免费的中文在线 2048 游戏:标准 / 无撤回 / 练习 / 障碍块 / 自定义等多种模式,支持对局回放、历史记录、在线排行榜与成就。用方向键或滑动合并相同数字,挑战 2048 及更高分。" />
<link rel="canonical" href="https://2048next.cn/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="2048 NEXT" />
<meta property="og:title" content="2048 NEXT — 免费在线 2048 多模式数字合并游戏" />
<meta property="og:description" content="免费中文在线 2048:多模式玩法、对局回放、历史记录、在线排行榜与成就。" />
<meta property="og:url" content="https://2048next.cn/" />
<meta property="og:image" content="https://2048next.cn/meta/logo-tall.png" />
<meta property="og:locale" content="zh_CN" />
<link rel="icon" type="image/svg+xml" sizes="any" href="meta/favicon.svg?v=20260606-fillframe">
<link rel="icon" type="image/x-icon" href="meta/favicon.ico?v=20260606-fillframe">
<link rel="shortcut icon" href="meta/favicon.ico?v=20260606-fillframe">
<link rel="apple-touch-icon" href="meta/apple-touch-icon.png?v=20260704-png-opt">
<link rel="manifest" href="/site.webmanifest?v=20260704-pwa-icons">
<script src="/js/core_night_mode_preload.js?v=20260722-default-appearance-v1"></script>
<script src="/js/beta_access_preload.js?v=20260708-01"></script>
<script>
(function () {
var target = "2048.html" + window.location.search + window.location.hash;
window.location.replace(target);
})();
</script>
<noscript>
<meta http-equiv="refresh" content="0; url=2048.html" />
</noscript>
</head>
<body>
<main>
<h1>2048 NEXT — 免费在线 2048 多模式数字合并游戏</h1>
<p>2048 NEXT 是一个免费的中文在线 2048 游戏平台。用方向键、WASD 或滑动移动方块,相同数字相撞即合并,挑战 2048 及更高分。提供标准、无撤回、练习、障碍块、自定义、5×5 接力等多种模式,并支持对局回放、历史记录、在线排行榜与成就系统。</p>
<p><a href="2048.html">进入游戏</a> · <a href="modes.html">查看全部模式</a></p>
</main>
</body>
</html>