1234567891011121314151617 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <title>智慧养殖管理系统</title>
- #include("template/huimv-head.vm")
- <script type="text/javascript" language="javascript">
- window.location.href = "http://122.112.219.87/ifm/download/AIFM.apk";
- </script>
- </head>
- <body onbeforeunload="mainBeforeUnload()" onmousedown="mainMouseDown()">
- <div id="container">
- <table width="980" height="445" align="center" cellpadding="0" cellspacing="0">
- </table>
- </div>
- </body>
- </html>
|