mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
default to en
This commit is contained in:
parent
258e18ffd5
commit
8367fd641a
5 changed files with 15 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
|
||||||
<link rel="stylesheet" href="/uwebzh/style.css" type="text/css" />
|
<link rel="stylesheet" href="/uwebzh/style.css" type="text/css" />
|
||||||
<title>Downloads & change logs</title>
|
<title>Downloads</title>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function findLang(){
|
function findLang(){
|
||||||
let href = location.href;
|
let href = location.href;
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="title">Downloads & change logs
|
<h1 class="title">Downloads
|
||||||
<br>
|
<br>
|
||||||
<span class="subtitle"></span>
|
<span class="subtitle"></span>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="changelog/index.html">
|
<a href="changelog/index.html">
|
||||||
<span>Downloads & change logs</span>
|
<span>Downloads</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<lastBuildDate>Fri, 16 Sep 2022 00:00:00 +0000</lastBuildDate><atom:link href="/en/index.xml" rel="self" type="application/rss+xml" />
|
<lastBuildDate>Fri, 16 Sep 2022 00:00:00 +0000</lastBuildDate><atom:link href="/en/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>Downloads & change logs</title>
|
<title>Downloads</title>
|
||||||
<link>/en/changelog/</link>
|
<link>/en/changelog/</link>
|
||||||
<pubDate>Fri, 16 Sep 2022 00:00:00 +0000</pubDate>
|
<pubDate>Fri, 16 Sep 2022 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<lastBuildDate>Fri, 16 Sep 2022 00:00:00 +0000</lastBuildDate><atom:link href="/en/topposts/index.xml" rel="self" type="application/rss+xml" />
|
<lastBuildDate>Fri, 16 Sep 2022 00:00:00 +0000</lastBuildDate><atom:link href="/en/topposts/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>Downloads & change logs</title>
|
<title>Downloads</title>
|
||||||
<link>/en/changelog/</link>
|
<link>/en/changelog/</link>
|
||||||
<pubDate>Fri, 16 Sep 2022 00:00:00 +0000</pubDate>
|
<pubDate>Fri, 16 Sep 2022 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
|
|
11
index.html
11
index.html
|
@ -1 +1,10 @@
|
||||||
<meta http-equiv="refresh" content="0; url=zh/index.html">
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<title>en/</title>
|
||||||
|
<link rel="canonical" href="en/">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="refresh" content="0; url=en/">
|
||||||
|
</head>
|
||||||
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue