Skip to content

Instantly share code, notes, and snippets.

@julia-mareike
Created October 31, 2017 07:23
Show Gist options
  • Save julia-mareike/1da180ed10409708af7e2e44d1343782 to your computer and use it in GitHub Desktop.
Save julia-mareike/1da180ed10409708af7e2e44d1343782 to your computer and use it in GitHub Desktop.
Basic html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Page title (goes in the tab on the browser)</title>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment