-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from PJ-568/main
【更改】切换主语言到中文并统一缩进格式
- Loading branch information
Showing
5 changed files
with
584 additions
and
602 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,67 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<html lang="zh-Hans"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=width=400, initial-scale=1"> | ||
<meta name="description" | ||
content="A multi-platform 2D and 3D game engine focused solely on technology and user experience"> | ||
<title>WeDot Engine | 404</title> | ||
<link rel="stylesheet" href="/css/main.css"> | ||
<link rel="icon" type="image/svg+xml" href="/logo/wedot-icon.svg"> | ||
<link rel="stylesheet" href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/font-awesome/6.0.0/css/all.min.css"> | ||
<script src="//lib.baomitu.com/pjax/0.2.8/pjax.min.js" type="text/javascript"></script> | ||
<script src="//lib.baomitu.com/translate.js/3.7.2/translate.js" type="text/javascript"></script> | ||
<!-- <script src="//lib.baomitu.com/Darkmode.js/1.5.7/darkmode-js.min.js" type="text/javascript"></script> --> | ||
<script src="/js/main.js" type="text/javascript"></script> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=width=400, initial-scale=1"> | ||
<meta name="description" content="错误页面 404,请返回主页或联系管理员。"> | ||
<title>WeDot 引擎 | 404</title> | ||
<link rel="stylesheet" href="/css/main.css"> | ||
<link rel="icon" type="image/svg+xml" href="/logo/wedot-icon.svg"> | ||
<link rel="stylesheet" href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/font-awesome/6.0.0/css/all.min.css"> | ||
<script src="//lib.baomitu.com/pjax/0.2.8/pjax.min.js" type="text/javascript"></script> | ||
<script src="//lib.baomitu.com/translate.js/3.7.2/translate.js" type="text/javascript"></script> | ||
<!-- <script src="//lib.baomitu.com/Darkmode.js/1.5.7/darkmode-js.min.js" type="text/javascript"></script> --> | ||
<script src="/js/main.js" type="text/javascript"></script> | ||
</head> | ||
|
||
<body> | ||
<!-- 背景 --> | ||
<div class="area"> | ||
<ul class="circles"> | ||
<li></li> | ||
<li></li> | ||
<li></li> | ||
<li></li> | ||
<li></li> | ||
<li></li> | ||
<li></li> | ||
<li></li> | ||
<li></li> | ||
<li></li> | ||
</ul> | ||
</div> | ||
|
||
<!-- 导航栏 --> | ||
<nav> | ||
<div class="nav-content max-width"> | ||
<a class="logo" href="/"> | ||
<img alt="Temporary Icon" title="Temporary Icon" src="/logo/wedot-logo2_text.svg"> | ||
</a> | ||
<div class="ul"> | ||
<a title="Home page" href="/"><i class="fa fa-home"></i> Home</a> | ||
<a title="WeDot Forum" href="/forum"><i class="fa fa-comment"></i> Forum</a> | ||
<a title="WeDot Progress" href="https://todo.wedot.top"><i class="fa fa-tasks"></i> Progress</a> | ||
<a title="About the WeDot Engine" href="https://github.com/Wedot-Engine"><i | ||
class="fa fa-info-circle"></i> About</a> | ||
<a title="Change the language of this site" id="translate"><i class="fa fa-language"></i> | ||
Language</a> | ||
<!-- <a title="Change display mode" id="dark_b" href="javascript:;"><i class="fa fa-adjust"></i> Mode</a> --> | ||
|
||
</div> | ||
</div> | ||
</nav> | ||
<!-- 背景 --> | ||
<div class="area"> | ||
<ul class="circles"> | ||
<li></li> | ||
<li></li> | ||
<li></li> | ||
<li></li> | ||
<li></li> | ||
<li></li> | ||
<li></li> | ||
<li></li> | ||
<li></li> | ||
<li></li> | ||
</ul> | ||
</div> | ||
|
||
<!-- 主要内容 --> | ||
<div class="container max-width"> | ||
<h1 title="Nothing found." class="top-space">404</h1> | ||
<p>Nothing found here. Try <a href="/">home page</a>?</p> | ||
<!-- 导航栏 --> | ||
<nav> | ||
<div class="nav-content max-width"> | ||
<a class="logo" href="/"> | ||
<img alt="WeDot 图标" title="WeDot 图标" src="/logo/wedot-logo2_text.svg"> | ||
</a> | ||
<div class="ul"> | ||
<a title="主页" href="/"><i class="fa fa-home"></i> 主页</a> | ||
<a title="WeDot 论坛" href="/forum"><i class="fa fa-comment"></i> 论坛</a> | ||
<a title="WeDot 进展" href="https://todo.wedot.top"><i class="fa fa-tasks"></i> 进展</a> | ||
<a title="关于 WeDot 引擎" href="https://github.com/Wedot-Engine"><i class="fa fa-info-circle"></i> 关于</a> | ||
<a title="更改语言" id="translate"><i class="fa fa-language"></i> | ||
语言</a> | ||
<!-- <a title="切换深色模式" id="dark_b" href="javascript:;"><i class="fa fa-adjust"></i> 模式</a> --> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<div class="loading-bar"> | ||
<div class="progress"></div> | ||
</div> | ||
<!-- 主要内容 --> | ||
<div class="container max-width"> | ||
<h1 title="Nothing found." class="top-space">404</h1> | ||
<p>不好意思,这里什么都没有。要不试试<a href="/">主页</a>?</p> | ||
</div> | ||
|
||
<div class="loading-bar"> | ||
<div class="progress"></div> | ||
</div> | ||
|
||
<script src="//lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/instant.page/5.1.0/instantpage.min.js" | ||
type="text/javascript"></script> | ||
<script src="//lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/instant.page/5.1.0/instantpage.min.js" | ||
type="text/javascript"></script> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.