Skip to content

samister2k/karlconnolly.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 

Repository files navigation

<style> body { background-image: url("https://i.makeagif.com/media/7-21-2015/Wa5D67.gif"); } p { font-family: "comic sans ms", Times, serif; } body { position: relative; width: 100%; border: 1px solid white; display: block; } body > * { margin: auto; width: 500px; display: block; overflow: auto; } body > script { display: none } body { color: white; } </style> <script> /* RAINBOW TEXT Script by Matt Hedgecoe (c) 2002 Featured on JavaScript Kit For this script, visit http://www.javascriptkit.com */ // ********** MAKE YOUR CHANGES HERE var text="MY TRIBUTE TO DANNY DEVITO" // YOUR TEXT var speed=0.01 // SPEED OF FADE // ********** LEAVE THE NEXT BIT ALONE! if (document.all||document.getElementById){ document.write('' + text + '') var storetext=document.getElementById? document.getElementById("highlight") : document.all.highlight } else document.write(text) var hex=new Array("00","14","28","3C","50","64","78","8C","A0","B4","C8","DC","F0") var r=1 var g=1 var b=1 var seq=1 function changetext(){ rainbow="#"+hex[r]+hex[g]+hex[b] storetext.style.color=rainbow } function change(){ if (seq==6){ b-- if (b==0) seq=1 } if (seq==5){ r++ if (r==12) seq=6 } if (seq==4){ g-- if (g==0) seq=5 } if (seq==3){ b++ if (b==12) seq=4 } if (seq==2){ r-- if (r==0) seq=3 } if (seq==1){ g++ if (g==12) seq=2 } changetext() } function starteffect(){ if (document.all||document.getElementById) flash=setInterval("change()",speed) } starteffect() </script>
THIS IS MY WEBSITE
Ya boi Danny Egg

Danny DeVito is a famous actor and comedian, he was born on November 17, 1944, he appeared in such classics like "It's always sunny in Philadelphia", "Taxi", "Matilda", "The Lorax", "Hercules" and much more.

Danny DeVito's first role he ever played was Martini in the 1975 film "One Flew Over the Cuckoo's Nest" but he didn't get well known until he played one of his most famous rolls as Louie De Palma in the TV show "Taxi"

Danny Devito also helped produce some movies, including "Pulp Fiction" and "Get Shorty"

<iframe width="450" height="480" src="https://www.youtube.com/embed/xzlVvhbrx7k" frameborder="0" allowfullscreen></iframe>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 100.0%