-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-en.html
More file actions
88 lines (80 loc) · 2.74 KB
/
index-en.html
File metadata and controls
88 lines (80 loc) · 2.74 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<!-- Title and icon. -->
<title>KEEP</title>
<link rel="icon" href="./assets/image/icon.png" type="image/png" />
<!-- Css. -->
<link rel="stylesheet" href="./assets/css/main.css" type="text/css">
<link rel="stylesheet" href="./assets/katex/katex.css" type="text/css" />
<!-- JavaScript. -->
<script type="text/javascript">var _sf_startpt = (new Date()).getTime()</script>
<script defer src="./assets/katex/katex.js" crossorigin="anonymous"></script>
<script defer src="./assets/katex/contrib/auto-render.js" onload="renderMathInElement(document.body);" crossorigin="anonymous"></script>
<!-- Messages. -->
<meta name="description" content="K盟门户网站">
<meta property="og:title" content="K盟|门户网站|首页">
<meta property="og:type" content="website">
<meta property="og:url" content="https://forscript.github.io/">
<meta property="og:image" content="https://forscript.github.io/assets/image/icon.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="300">
<meta property="og:image:height" content="300">
<meta property="og:image:alt" content="K盟">
<meta property="og:description" content="K盟门户网站">
</head>
<body>
<div id="body">
<div id="header">
<br />
<img src="assets/image/icon.png" height="240" width="240" title="K盟门户网站" /><h1>-The Union of Keep-</h1>
</div>
<div id="content">
<hr />
<h3>Welcome!</h3>
<br />
<p>
这个站点使用英文。<a href="./index-cn.html">转到中文站点?</a>
</p>
<p>
(不知道该说什么)
</p>
<hr />
<h3>(不知道该设置什么栏目)</h3>
<br />
<hr />
<h3>(不知道该设置什么栏目)</h3>
<br />
<hr />
<h3>(不知道该设置什么栏目)</h3>
<br />
<hr />
<h3>(不知道该设置什么栏目)</h3>
<br />
<hr />
<h3>(不知道该设置什么栏目)</h3>
<br />
<hr />
<h3>联系我们(暂时禁止使用)</h3>
<br />
<form action="https://formspree.io/f/mzbogndp" method="post">
<label for="name">您的姓名:</label><br />
<input name="name" id="name"><br /><br />
<label for="email">您的邮箱:</label><br />
<input name="email" id="email" type="email"><br /><br />
<label for="message">您的建议:</label><br />
<textarea name="message" id="message" type="message"></textarea><br /><br />
<button type="submit">提交</button>
</form>
<hr />
<br />
本页面是K盟门户网站的内部页面。
<br />
Copyright 2022 Keep. All rights reserved.
<br />
<br />
</div>
</div>
</body>
</html>