Skip to content

Instantly share code, notes, and snippets.

@vjwilson
Created January 11, 2017 00:15
Show Gist options
  • Save vjwilson/efb9dac3d0db44e5e12a29f5fda43c5d to your computer and use it in GitHub Desktop.
Save vjwilson/efb9dac3d0db44e5e12a29f5fda43c5d to your computer and use it in GitHub Desktop.
First file for Git Basics
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello World</title>
</head>
<body>
<h1>Hello World</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment