cody

cody 's profile picture

"xd"

Mexico

Last active:

Mood: happy

View my: Blog | Forum Topics

SpaceHey URL:

https://spacehey.com/coderre

cody 's Interests

General

I Love music and draw

Music

Movies

Mean girls 

Heathers

Television

Helluva boss

Hazbin hotel

Books

Heroes

cody 's Latest Blog Entries [View Blog]

Heeeeyyyy (view more)

cody 's Blurbs

About me:

Hey Im cody

Who I'd like to meet:

I wanna friends a Im mexican

cody 's Friends Comments

Displaying 1 of 1 comments ( View all | Add Comment )

cody

cody 's profile picture

My Name Is cody :3 hello

Report Comment

cat kittycat
PLAY ▶︎
for(let i=0;i<50;i++){ let s=document.createElement('div'); s.className='sparkle'; s.style.left=Math.random()*100+'vw'; s.style.animationDuration=(3+Math.random()*3)+'s'; s.style.animationDelay=Math.random()*3+'s'; document.body.appendChild(s); }
TV Girl Mood
@tvgirl.vibes

About / Bio

Nostalgia pop, late-night vinyl sessions, lyrics that sound like an old TV echo. Life has a VHS filter and stereo reverb 💗

TV Girl – Lovers Rock

00:00 — 03:24

const btn=document.getElementById('tvgPlay'); const audio=document.getElementById('tvgAudio'); let playing=false; btn.addEventListener('click',function(){ if(!playing){audio.play();btn.textContent='▌▌';playing=true;} else{audio.pause();btn.textContent='▶';playing=false;} });