Last active
August 29, 2015 14:28
Revisions
-
jassey renamed this gist
Aug 25, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
jassey created this gist
Aug 25, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,45 @@ <!DOCTYPE html> <html xmlns:wb=“http://open.weibo.com/wb> <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>微博信息汇总</title> <script src="http://tjs.sjs.sinajs.cn/open/api/js/wb.js" type="text/javascript" charset="utf-8"></script> <script type="text/javascript"> var time_reload = 5 * 60 * 1000; setInterval(function() {window.location.reload(); }, time_reload); </script> <style type="text/css"> #teambition_content iframe { margin-top: -278px; } #talk_content iframe { margin-top: -283px; } </style> </head> <body> <table> <tr> <td id="teambition_content"> <wb:topic column="n" border="n" width="560" height="1200" tags="Teambition%2C%E7%AE%80%E8%81%8A%2Cjianliao%2Ctalkai" language="zh_cn" version="base" appkey="2cB4h" footbar="y" url="http%3A%2F%2Fjiyang.me%2Fdashboard%2Fteambition_weibo" filter="n" > </wb:topic> </td> <td id="talk_content"> <wb:topic column="n" border="n" width="560" height="1200" tags="%E7%AE%80%E8%81%8A%2Cjianliao%2Ctalkai" language="zh_cn" version="base" appkey="2cB4h" footbar="y" url="http%3A%2F%2Fjiyang.me%2Fdashboard%2Fteambition_weibo" filter="n" > </wb:topic> </td> </tr> </table> </body></html>