updated 添加应用下载
This commit is contained in:
27
app.html
Normal file
27
app.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>三姑六婆计算器</title>
|
||||
<meta name="keywords" content="过年走亲访友,拜年神器,android">
|
||||
<meta name="description" content="">
|
||||
<link rel="stylesheet" href="style/app.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<div class="container">
|
||||
<div class="mod-app">
|
||||
<div class="icon"><img src="image/icon.png" width="72" height="72"/></div>
|
||||
<div class="info">
|
||||
<p>三姑六婆计算器</p>
|
||||
<p><a href="app/relationship.apk">下载</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mod-view">
|
||||
<img src="image/1.jpg" height="300">
|
||||
<img src="image/2.jpg" height="300">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user