-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
31 lines (31 loc) · 1.42 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>关于</title>
<link rel="stylesheet" href="layui/css/layui.css">
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/about.css">
</head>
<body>
<div class="layui-container">
<p>本网站旨在同步VTB相关情报,方便粉丝快速获取相应信息。</p>
<p>这里就写自己相关的说明,可自行修改</p>
<p>我将于第一时间进行数据的维护。</p>
<p>开发者:Love丶伊卡洛斯</p>
<br><br>
<p>当サイトはVTB関連情報を同期させ、ファンが迅速に情報を入手できるようにすることを目的としている。</p>
<p>ここでは自分に関する説明を書いて、自分で修正することができます</p>
<p>できるだけ早くデータのメンテナンスを行います。</p>
<p>開発者:Love丶伊卡洛斯</p>
<br><br>
<p>This website aims to synchronize VTB related intelligence and facilitate fans to quickly obtain corresponding information.</p>
<p>Write your own relevant instructions here, which can be modified by yourself</p>
<p>I will maintain the data as soon as possible.</p>
<p>developer:Love丶伊卡洛斯</p>
</div>
</body>
<!-- 引入 layui.js 的 <script> 标签最好放置在 html 末尾 -->
<script src="layui/layui.js"></script>
</html>