-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlang.html
40 lines (39 loc) · 1.9 KB
/
lang.html
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="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0 shrink-to-fit=no">
<title>Select your language...</title>
<link rel="stylesheet" href="style/main.css">
<link rel="stylesheet" href="bootstrap/css/bootstrap.css">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7664629045569792"
crossorigin="anonymous"></script>
</head>
<body class="text-center" style="background-color: #80D8FF;">
<div class="lang_selection">
<img src="welcome.png" class="welcome">
<p>请选择你的语言:</p>
<p>請選擇你的語言:</p>
<p>Select your language:</p>
<p><a href="sc/index.html">简体中文</a></p>
<p><a href="tc/index.html">繁體中文</a></p>
<p><a href="index.html">English</a></p>
<p>
为了迎接来自各地的喵喵,我还可能会更新譬如日语的语言哦!<br>
但。。。这些新语言能否被加上就得具体看情况了
</p>
<p>
爲了迎接來自各地的喵喵,我還可能會更新譬如日語的語言哦!<br>
但。。。這些新語言能否被加上就得具體看情況了
</p>
<p>
In order to welcome cats from many other places, I might also update some other languages,
such as Japanese!<br>
But... This is up to the situation...
</p>
<p><strong>喵体版权归九藏喵窝所有</strong></p>
<p><strong>喵體版權歸九藏喵窩所有</strong></p>
<p><strong>The DNAxCAT character body is copyrighted to DNAxCAT.</strong></p>
</div>
</body>
</html>