Initializing
Liveweave
Web
expand_more
home
Home
data_object
CSS Explorer
arrow_outward
Palette
Color Explorer
arrow_outward
Polyline
Graphics Editor
arrow_outward
outbox_alt
Generative AI
arrow_outward
frame_source
Python Playground
New
arrow_outward
build
Tools
expand_more
restart_alt
Load "Hello Weaver!"
post_add
Generate Lorem ipsum...
code
Format HTML
code_blocks
Format CSS
data_object
Format JavaScript
library_add
Library
expand_more
A
Algolia JS
Animate CSS
Apex Charts JS
B
Bulma CSS
Bootstrap
C
Chart JS
Chartist
Create JS
D
D3
Dojo
F
Foundation
Fullpage JS
G
Granim JS
Google Charts
H
Halfmoon
J
jQuery
M
Materialize
Moment JS
Masonry JS
Milligram CSS
P
Pure CSS
Primer CSS
Popper JS
Pattern CSS
Picnic CSS
R
React JS
Raphael JS
Raisin CSS
S
Semantic UI
Skeleton CSS
Spectre CSS
Tachyons CSS
T
Tailwind
Three JS
U
UI Kit
Vis JS
W
Water CSS
download
Download
expand_more
developer_mode
Download as HTML
folder_zip
Download as .ZIP
cloud_upload
Save
account_circle
Login
settings
Settings
expand_more
14
px
Live mode
Night mode
Line number
Mini map
Word wrap
sync_alt
Reset Settings
smart_display
Run
<!-------MUSIC PLAYER BY GLENTHEMES-------> <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script> <style type="text/css"> /*-------MUSIC PLAYER BY GLENTHEMES-------*/ #glenplayer02 { position:relative;#container02; bottom:0; margin-bottom:0; left:0; margin-left:0; display:flex; z-index:99; } #glenplayer02 a { text-decoration:none; } #glenplayer02 > div { align-self:center; -webkit-align-self:center; } .music-controls { user-select:none; -webkit-user-select:none; width:25px; font-size:20px; cursor:pointer; } .playy, .pausee { background: rgb(255,255,255); background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%); -webkit-background-clip: text; -webkit-text-fill-color:transparent; -webkit-text-stroke-width: 0.4px; -webkit-text-stroke-color: white; -webkit-filter: drop-shadow(0px 0px 2px #000); } /* color of play & pause buttons */ .pausee { display:none; } .sonata { margin-left:3px; margin-bottom:0; color:#222; /* color of music note symbol */ } .label text { margin-bottom:0; margin-left:0px; font-family:courier new; font-size:9px; color:#222; /* color of song title */ } </style> <body> <!-------MUSIC PLAYER BY GLENTHEMES-------> <div id="glenplayer02"> <div class="music-controls" onclick="songstart();"> <div class="playy">â–º</div> <div class="pausee">âšâš</div> </div> <div class="sonata"></div> <div class="labeltext"><img src="http://media.tumblr.com/tumblr_m1zdo5a0Ur1r3we0y.gif"></div> </div><!--end music player--> <audio id="tune" src="https://dl.dropbox.com/s/1nt54iwvcamejg9/y2meta.com%20-%20%EC%9E%90%EA%B0%81%EB%AA%BD%20Lucid%20Dream%20%28128%20kbps%29.mp3"></audio>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>