Skip to content

Instantly share code, notes, and snippets.

@isstaif
Created March 31, 2013 11:13
Show Gist options
  • Save isstaif/5280309 to your computer and use it in GitHub Desktop.
Save isstaif/5280309 to your computer and use it in GitHub Desktop.
Hello, World in HTML!
<html>
<head>
<title>My Website</title>
</head>
<body>
<h1>Title</h1>
<p>Hello, This is a text</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment