-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (25 loc) · 1.38 KB
/
index.html
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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta property="og:title" content="列車接近情報表示「メトロパイパー」">
<meta property="og:type" content="website">
<meta property="og:description" content="リアルタイムで東京メトロの列車位置情報が分かります。使い方は知りたい駅名と行きたい方面を選ぶだけ!すると、知りたい駅の近くを走る列車情報が表示されます。">
<meta property="og:url" content="http://metropiper.com/HTML/MAIN.HTML">
<meta property="og:image" content="http://metropiper.com/HTML/images/logo_ogp.png">
<meta property="og:site_name" content="接近情報表示プログラム「メトロパイパー」">
<meta name="description" content="東京メトロのオープンデータ活用コンテストを利用した接近情報表示プログラム「メトロパイパー」">
<title>接近情報表示プログラム「メトロパイパー」</title>
<script type="text/JavaScript">
<!--
function move_to_mainpage() {
location.href = location.href.replace(/\/[^/]*$/, "/")+'HTML/MAIN.HTML';
}
// -->
</script>
</head>
<body onload="move_to_mainpage()">
Click <a href="HTML/MAIN.HTML">here</a> if not move automatically.
</body>
</html>