Skip to content

Instantly share code, notes, and snippets.

@alexb5985
Last active March 25, 2017 13:57
Show Gist options
  • Save alexb5985/89c8838bb72d3e3a25b7a0b3ee6f0b85 to your computer and use it in GitHub Desktop.
Save alexb5985/89c8838bb72d3e3a25b7a0b3ee6f0b85 to your computer and use it in GitHub Desktop.
gist-run
<!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>
body {
background-color: #880;
}
p {
color: #fff;
}
@alexb5985
Copy link
Author

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 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment