mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
8 lines
646 B
JavaScript
8 lines
646 B
JavaScript
alert('omg');
|
|
$('.infobar').after('
|
|
<div style="margin-bottom: 20px"><a href="file:///C:/ItsAWonderfulLive.mp4" style="
|
|
color: white; background-color: #104639; background-image: -webkit-linear-gradient(top, #1a705b, #104639); background-image: -moz-linear-gradient(top, #1a705b, #104639); background-image: -ms-linear-gradient(top, #1a705b, #104639); background-image: linear-gradient(top, #1a705b, #104639); background-color: #155B4A; border: 1px solid black;
|
|
cursor: pointer; display: inline-block;
|
|
height: 24px;
|
|
line-height: 24px; padding: 0 15px; text-decoration: none;
|
|
">Watch on LBRY</a></div>');
|