Skip to content

Instantly share code, notes, and snippets.

@corollari
Last active March 10, 2020 18:44
Show Gist options
  • Save corollari/f713a0c0d8c48732863a230718651843 to your computer and use it in GitHub Desktop.
Save corollari/f713a0c0d8c48732863a230718651843 to your computer and use it in GitHub Desktop.
A basic html sekeleton
<!DOCTYPE HTML>
<html>
<head>
<title>Page</title>
<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment