Last active
March 25, 2017 13:57
-
-
Save alexb5985/89c8838bb72d3e3a25b7a0b3ee6f0b85 to your computer and use it in GitHub Desktop.
gist-run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title> </title> | |
<meta charset="utf-8" /> | |
<link rel="stylesheet" href="styles.css" /> | |
<script src="https://gist.github.com/alexb5985/89c8838bb72d3e3a25b7a0b3ee6f0b85.js"></script> | |
</head> | |
<body> | |
<p>Hello world !</p> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
background-color: #880; | |
} | |
p { | |
color: #fff; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please people help understanding how to run this code see the
Hello world !
on the browser if possible .BTW I am a new member over here ; thanks for replying .