Skip to content

Instantly share code, notes, and snippets.

@leonkorteweg
Created June 26, 2015 11:34
Show Gist options
  • Save leonkorteweg/6c8da86a3120360d6dfc to your computer and use it in GitHub Desktop.
Save leonkorteweg/6c8da86a3120360d6dfc to your computer and use it in GitHub Desktop.
Empty HTML page
<!DOCTYPE html>
<html>
<head>
<title>Page title - site title</title>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="format-detection" content="telephone=no" />
<link rel="stylesheet" href="#" media="screen">
<link rel="stylesheet" href="#" media="print">
<link rel="shortcut icon" href="#">
</head>
<body>
<script src="#"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment