42 lines
1.0 KiB
HTML
42 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>12306订票助手</title>
|
|
<style type="text/css" media="screen">
|
|
a
|
|
{
|
|
font-family: arial;
|
|
color: #000;
|
|
display: block;
|
|
text-decoration: none;
|
|
padding: 2px 0;
|
|
border-bottom: 1px solid #eee;
|
|
font-size: 12px;
|
|
}
|
|
|
|
a:hover
|
|
{
|
|
text-decoration: underline;
|
|
}
|
|
|
|
#popup
|
|
{
|
|
width: 130px;
|
|
padding-left: 58px;
|
|
background: url(icons/icon_48.png) 0 5px no-repeat;
|
|
min-height: 70px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body style="margin: 0px; padding: 0px;">
|
|
<div id="popup">
|
|
<a href="https://dynamic.12306.cn/otsweb/" target="_blank" id="menu-newtab" style="font-weight: bold;">进入12306订票网站</a>
|
|
<a href="http://www.fishlee.net/soft/44/" target="_blank" id="menu-options">订票助手主页</a>
|
|
<a href="infobar/main.html" target="_blank" id="menu-help">帮助</a>
|
|
<a href="http://www.fishlee.net/soft/44/donate.html" target="_blank">捐助作者</a>
|
|
</div>
|
|
</body>
|
|
</html>
|