Skip to content

Commit

Permalink
修改首页
Browse files Browse the repository at this point in the history
  • Loading branch information
haocity committed Feb 12, 2018
1 parent ba2b149 commit 5e1624e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,28 @@
.main{
text-align: center;
}
.btn{
margin: 10px 5px;
padding: 5px 10px;
border-radius: 5px;
background-color: #f32078;
box-shadow: 1px 1px 5px #b5b5b5;
text-align: center;
color: #fff;
display: inline-block;
}
.btn>a{
color: #fff;
text-decoration: none;
line-height: 2em;
}
</style>
</head>
<body>
<div class="header"><img src="tdlogo.png"/></div>
<div class="main">
<p>使用方法 安装扩展(为了跨域只能用扩展了)</p>
<div class="btn"><a href="https://app.haotown.cn/td/chrome.zip?time=180212">CHROME插件 (支持360,2345,QQ,sogou等浏览器)</a></div>
</div>
</body>
</html>

0 comments on commit 5e1624e

Please sign in to comment.