-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (26 loc) · 1.02 KB
/
index.html
File metadata and controls
27 lines (26 loc) · 1.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" charset="UTF-8">
<meta name="description" content="Gon,Game Open Network">
<meta name="author" content="min">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1,user-scalable=no">
<title>GON - Game Open Network</title>
<link href="/images/logo.ico" rel="shortcut icon" type="image/x-icon"/>
<link href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="./css/main.css" rel="stylesheet">
<script type="text/javascript">
window.scrollTo(0,0);
</script>
</head>
<body id="body">
<section class="banner">
<div id="container">
<h1 class="big-name">GON</h1>
<p class="alias-name">Game Open Network</p>
<p class="slogan">区块链竞技游戏服务</p>
<p><a class="white-paper-link" href="https://github.com/GONONE/whitepaper/blob/master/GON.pdf">白皮书下载</a></p>
</div>
</section>
</body>
</html>