-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathad_icon.html
More file actions
38 lines (38 loc) · 1.27 KB
/
ad_icon.html
File metadata and controls
38 lines (38 loc) · 1.27 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
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=320, user-scalable=no, initial-scale=1.0, maximum-scale=1.0">
<meta name="keywords" content="ゲーム,iPhoneアプリ,Androidアプリ">
<meta name="description" content="iPhoneゲームを作成しています。">
<title>忍ゲームズ</title>
<script type="text/javascript" src="js/jquery.js"></script>
<style>
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
li {
width: 5.0em;
float: left;
}
</style>
</head>
<body>
<ul>
<li><a href="https://itunes.apple.com/jp/app/yakitori-dao-chang/id859920978?mt=8">
<img src="img/yakitori_icon.png" width="60" alt="やきとり道場">
</a></li>
<li><a href="https://itunes.apple.com/jp/app/kattobi-ren-fa-shu/id828904956?mt=8">
<img src="img/icon_kattobi.png" width="60" alt="かっとび忍法塾">
</a></li>
<li><a href="https://itunes.apple.com/us/app/feibe!musasabino-shu/id792316069?mt=8">
<img src="img/musasabi_icon.png" width="60" alt="飛べ!ムササビの術">
</a></li>
<li><a href="https://itunes.apple.com/jp/app/ren-fa-shou-li-jian-tiaobi/id777073929?mt=8">
<img src="img/shuriken_icon.png" width="60" alt="手裏剣跳び">
</a></li>
</ul>
</body>
</html>