-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
53 lines (50 loc) · 2.83 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
By Leon, Zeke, DiamRem 新浪微薄:@LeonV2,@赵望野
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="咆哮体生成器, 长微博, 咆哮体, 伤不起, 景涛, 马景涛, 有木有, 尼玛, 肿么" />
<meta name="descpriction" content="咆哮长微博" />
<meta property="wb:webmaster" content="fd4ed38e863c2b30" />
<title>咆哮长微博</title>
<link href="image/paoxiao.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-15427977-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="warp">
<div id="head">
<h1><span style="font-size: 60px;">咆哮</span>长微博</h1>
<div style="clear: both"></div>
</div>
<br />
<span>请输入要咆哮的文字
<a target="_blank" href="http://douban.com/online/10763106/">看看其他人的咆哮</a>
<a target="_blank" href="http://t.sina.com.cn/k/%25E5%2592%2586%25E5%2593%25AE%25E4%25BD%2593%25E7%2594%259F%25E6%2588%2590%25E5%2599%25A8">新浪围脖上的咆哮</a></span>
<span id="share">
<a title="咆哮的微博" href="http://weibo.com/paoshout"><img border="0" title="咆哮的微博" alt="咆哮的微博" src="http://t.sina.com.cn/favicon.ico" /></a>
</span>
<div style="clear: both"></div>
<div><textarea id="content" disabled="disabled" cols="60" rows="5">... ...</textarea></div>
<div><input id="generate" class="genButton" type="button" value="写好了,咆哮吧!!!!!!!!!!"></input> 每次都不一样有木有!!!!!!</div>
<hr />
<input type="button" class="retweet" id="toClipboard" value="咆哮到剪贴板!!!"></input>
<input id="connectWeibo" class="retweet" type ="button" value="咆哮到微博!" onclick="javascript:submit_post();"></a>
<div id="output"></div>
<input type="button" class="genButton" id="secondGen" value="再咆哮一次!!!"></input>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js" type="text/javascript"></script>
<script src="image/ZeroClipboard.min.js" type="text/javascript"></script>
<script src="image/paoxiao_c.js" type="text/javascript"></script>
</body>
</html>