Own id for twitter button
This commit is contained in:
parent
28fa558579
commit
7cff68b1f0
18
index.html
18
index.html
|
@ -7,10 +7,22 @@
|
||||||
<link rel="stylesheet" type="text/css" href="style.css" />
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="title">Listen to</div>
|
|
||||||
<div id="genre"><a href="index.html">viking rotterdam trance</a></div>
|
<div id="title">
|
||||||
<div id="impressum">
|
Listen to
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="genre">
|
||||||
|
<a href="index.html">viking rotterdam trance</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="twitter">
|
||||||
<a href="http://twitter.com/share" class="twitter-share-button" data-text="Find out new music genres with genregenerator.de!" data-count="horizontal">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script><br />
|
<a href="http://twitter.com/share" class="twitter-share-button" data-text="Find out new music genres with genregenerator.de!" data-count="horizontal">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script><br />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="impressum">
|
||||||
Created by <a href="http://www.thehappy.de/~xeno/">xeno</a> and <a href="http://ghosthacking.net">mxey</a>
|
Created by <a href="http://www.thehappy.de/~xeno/">xeno</a> and <a href="http://ghosthacking.net">mxey</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue