-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjp.html
More file actions
121 lines (91 loc) · 4.5 KB
/
jp.html
File metadata and controls
121 lines (91 loc) · 4.5 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html>
<style>
/*--全局--*/
body { padding:0px;margin: 0px; }
#lyrow, #lyrow input, #lyrow textarea { font-size:12px;font-family: 'Microsoft YaHei', '微软雅黑', MicrosoftJhengHei, '华文细黑', STHeiti, MingLiu; }
#lyrow { height:100vh;width: 100vw; }
#lyrow div { min-height: 18px; }
#lyrow input, #lyrow textarea { border:rgb(235, 235, 235) 1px solid;border-radius: 3px;padding: 5px 8px;outline: 0; }
#lyrow input:hover, #lyrow textarea:hover { border: 1px solid #6bc1f2; }
/*--主体--*/
#lyrow .mainbody { padding:170px 0 0 0;display:inline !important;overflow-x:auto;overflow-y:auto;position:undefined;z-index:undefined;background:undefined;filter:undefined; }
#lyrow .mainbody::-webkit-scrollbar { display:none; }
</style>
<!--https://www.58html.com/html/template/font-awesome.zip-->
<link rel="stylesheet" href="https://www.58html.com/gui/css/font-awesome/css/font-awesome.css">
<div id="lyrow">
<head>
<meta charset="utf-8" />
<title>ロード</title>/
<meta name="keywords" content="キーワード">
<meta name="description" content="説明情報
">
<meta name="lrz" content="402rd">
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-1.9.0.min.js"></script>
<script src="jquery-3.3.1.min.js"></script>
</head>
<div ></div>
<div ></div>
<select id="languageSwitcher">
<option value="jp">日本語</option>
<option value="cn">简体中文</option>
<option value="en">English</option>
<option value="de">Deutsch</option>
</select>
<script>
$(document).ready(function() {
$("#languageSwitcher").change(function() {
var language = $(this).val();
if (language =="cn") {
window.location.href = "index.html";
}else{
location.href = "https://lrz207.github.io/htmls/"+language+"/"+language + ".html";
}
});
});
</script>
<p>設立年月日:2022</p>
<p>更新日:2024-11-02</p>
<p>Version:0.4.18.20241102_base</p>
<p class="page_index";front-size:40px>何か言いたいことがあれば、メールを書いてください:v72006@outlook.com</p>
<a href="https://lrz207.github.io/htmls/update.html" target="_blank">アップデートノート</a>
<a href="https://lrz207.github.io/htmls/test.html" target="_blank">言語テスト</a>
</div>
<body>
<script type="text/javascript ">
var state = window.navigator.onLine;
if (state) {
alert("こんにちは、現在ネットワーク化されています ");
} else {
alert("ネットワークは現在切断されています。接続を修復してください ");
}
window.ononline = function() {
alert("ネットワークは正常です ");
}
window.onoffline = function() {
alert("ネットワーク接続が切断されました。再接続してください ");
}
$.ajax({
url: "./data/test.json",
type: "GET",
dataType: "json",
success: function(data) {
displayData(data)
}
});
function nothingFunction() {
alert("何も起こらないのも不思議ではありません。 ")
};
</script>
<button type="button " onclick="nothingFunction() " class="button">千万别点</button>
<button type="button " onclick="aaa()" class="button">这个没用</button>
<div class="test" id="test"></div>
<form name="form" id="form">
powered by LRZ
</form>
</body>
</html>