Skip to content

Commit

Permalink
added a spooky hello world html
Browse files Browse the repository at this point in the history
  • Loading branch information
lenzfliker committed Oct 9, 2018
1 parent 52adbc1 commit dde03e0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Html/hello-lenzfliker-world.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>

<head>
<title>HELLO WORLD</title>
</head>

<body>
<marquee scrollamount="30"><h1>HELLO WORLD</h1></marquee>
<marquee direction="right" scrollamount="15"><h1>HELLO WORLD</h1></marquee>
<marquee scrollamount="1"><h1>HELLO WORLD</h1></marquee>
<marquee direction="right" scrollamount="50"><h1>HELLO WORLD</h1></marquee>
<marquee scrollamount="22"><h1>HELLO WORLD</h1></marquee>
<marquee direction="right"><h1>HELLO WORLD</h1></marquee>
<marquee scrollamount="6"><h1>HELLO WORLD</h1></marquee>
</body>

</html>

0 comments on commit dde03e0

Please sign in to comment.