mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
This commit is contained in:
parent
219210af13
commit
959467f63d
|
|
@ -2,20 +2,20 @@
|
||||||
<div id="upgrade-mask">
|
<div id="upgrade-mask">
|
||||||
<div style="position: fixed; background: white; width: 100%; height: 100%; z-index: 2000; padding-top: 40px; overflow: scroll;" data-bs-theme="light" class="container mw-100">
|
<div style="position: fixed; background: white; width: 100%; height: 100%; z-index: 2000; padding-top: 40px; overflow: scroll;" data-bs-theme="light" class="container mw-100">
|
||||||
<div class="card"><div class="card-body">
|
<div class="card"><div class="card-body">
|
||||||
<p>尊敬的访问者,</p>
|
<p lang="zh-Hans">尊敬的访问者,</p>
|
||||||
<p>Dear visitor, </p>
|
<p lang="en">Dear visitor, </p>
|
||||||
<p>Chère cliente, </p>
|
<p lang="fr">Chère cliente, </p>
|
||||||
<p>ご利用者様</p>
|
<p lang="ja">ご利用者様</p>
|
||||||
<p> </p>
|
<p> </p>
|
||||||
<p>您好!</p>
|
<p lang="zh-Hans">您好!</p>
|
||||||
<p>Hello! </p>
|
<p lang="en">Hello! </p>
|
||||||
<p>Bonjour! </p>
|
<p lang="fr">Bonjour! </p>
|
||||||
<p>宜しくお願い致します。</p>
|
<p lang="ja">宜しくお願い致します。</p>
|
||||||
<p> </p>
|
<p> </p>
|
||||||
<p>我们检测到您当前的浏览器不能正常显示我们的主页,请更新您的浏览器,并启用 Javascript,或者访问我们的<a href="/legacy_index">代用页面</a>。</p>
|
<p lang="zh-Hans">我们检测到您当前的浏览器不能正常显示我们的主页,请更新您的浏览器,并启用 Javascript,或者访问我们的<a href="/legacy_index">代用页面</a>。</p>
|
||||||
<p>Your browser is not compatible with our website. Please upgrade and enable Javascript, or visit our <a href="/legacy_index">alternative page</a>.</p>
|
<p lang="en">Your browser is not compatible with our website. Please upgrade and enable Javascript, or visit our <a href="/legacy_index">alternative page</a>.</p>
|
||||||
<p>Votre navigateur n'est pas compatible avec notre site web. Mettez à niveau et activez Javascript, ou visitez notre <a href="/legacy_index">page alternative</a>.</p>
|
<p lang="fr">Votre navigateur n'est pas compatible avec notre site web. Mettez à niveau et activez Javascript, ou visitez notre <a href="/legacy_index">page alternative</a>.</p>
|
||||||
<p>お使いのブラウザは当サイトとの互換性はありません。ブラウザを更新しJavaScriptを有効にするか、或いはこちらの<a href="/legacy_index">代用ページ</a>をご利用ください。</p>
|
<p lang="ja">お使いのブラウザは当サイトとの互換性はありません。ブラウザを更新しJavaScriptを有効にするか、或いはこちらの<a href="/legacy_index">代用ページ</a>をご利用ください。</p>
|
||||||
</div>
|
</div>
|
||||||
</div></div>
|
</div></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
jsEntry: help
|
jsEntry: help
|
||||||
---
|
---
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="zh-Hans">
|
||||||
{% capture metaDesc %}{{ page.mirrorid }} 使用帮助{% endcapture %}
|
{% capture metaDesc %}{{ page.mirrorid }} 使用帮助{% endcapture %}
|
||||||
{% include head.html cattitle="镜像站使用帮助" metaDesc=metaDesc %}
|
{% include head.html cattitle="镜像站使用帮助" metaDesc=metaDesc %}
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html {% if site.issue %}class="index-issue"{% endif %}>
|
<html {% if site.issue %}class="index-issue"{% endif %} lang="zh-Hans">
|
||||||
{% include head.html notArticle=true %}
|
{% include head.html notArticle=true %}
|
||||||
<body>
|
<body>
|
||||||
{% unless page.legacy or site.issue %}
|
{% unless page.legacy or site.issue %}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="zh-Hans">
|
||||||
{% capture metaDesc %}{{ page.title }}{% endcapture %}
|
{% capture metaDesc %}{{ page.title }}{% endcapture %}
|
||||||
{% include head.html cattitle="镜像站新闻" metaDesc=metaDesc %}
|
{% include head.html cattitle="镜像站新闻" metaDesc=metaDesc %}
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ permalink: /news/
|
||||||
title: 镜像站新闻
|
title: 镜像站新闻
|
||||||
---
|
---
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="zh-Hans">
|
||||||
{% capture metaDesc %}镜像站新闻{% endcapture %}
|
{% capture metaDesc %}镜像站新闻{% endcapture %}
|
||||||
{% include head.html metaDesc=metaDesc notArticle=true %}
|
{% include head.html metaDesc=metaDesc notArticle=true %}
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue