Skip to content

Commit

Permalink
Modified Script
Browse files Browse the repository at this point in the history
  • Loading branch information
adildotes committed Mar 3, 2024
1 parent 98bb2e1 commit 5d9de54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions script.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@


document.write("<h1>Hello <span style='color:green;'>JavaScript</span> Planet</h1>")
document.write("<h1>Hello <span style='color:green;'>JavaScript</span> Planet</h1>");

document.write("<p>I am the <b>master</b> of my own fate.</p>")
document.write("<p>I am the <b>master</b> of my own fate.</p>");

document.write("<p>i am the <b>champion</b> of my own soule</p>")
document.write("<p>i am the <b>champion</b> of my own soule</p>");

document.write("<p>i am the <b>superhero</b> of my own soule</p>")
document.write("<p>i am the <b>superhero</b> of my own soule</p>");

0 comments on commit 5d9de54

Please sign in to comment.