45 lines
1.0 KiB
HTML
45 lines
1.0 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="icon" href="https://resource.ghink.net/public/img/logo/ghink.png" type="image/png">
|
|
<link rel="shortcut icon" href='https://resource.ghink.net/public/img/logo/ghink.png' type="image/png">
|
|
<title>Agreement协议</title>
|
|
<style>
|
|
.container {
|
|
width: 60%;
|
|
margin: 10% auto 0;
|
|
background-color: #f0f0f0;
|
|
padding: 2% 5%;
|
|
border-radius: 10px
|
|
}
|
|
|
|
ul {
|
|
padding-left: 20px;
|
|
}
|
|
|
|
ul li {
|
|
line-height: 2.3
|
|
}
|
|
|
|
a {
|
|
color: #20a53a
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h1>Agreement 协议</h1>
|
|
<h3>中文:</h3>
|
|
<ul>
|
|
<li>正在编写中<br/></li>
|
|
</ul>
|
|
<h3>English: </h3>
|
|
<ul>
|
|
<li>There is no English version for the time being, sorry.<br/></li>
|
|
</ul>
|
|
<script>
|
|
</script>
|
|
</div>
|
|
</body>
|
|
</html> |