Skip to content

Instantly share code, notes, and snippets.

@fredericAerts
Created July 7, 2015 15:40
Show Gist options
  • Select an option

  • Save fredericAerts/dc165cb1077a1e2b2310 to your computer and use it in GitHub Desktop.

Select an option

Save fredericAerts/dc165cb1077a1e2b2310 to your computer and use it in GitHub Desktop.
web developer in 5 days - v1
<!DOCTYPE html>
<html>
<head>
<title>My first website</title>
</head>
<body>
<h1>Hello World</h1>
<p>This is my first website</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment