Skip to content

Instantly share code, notes, and snippets.

@eliassv
Created November 12, 2017 15:01
Show Gist options
  • Save eliassv/fe121a9b4ee6040a4d18b66c1d7ea9ac to your computer and use it in GitHub Desktop.
Save eliassv/fe121a9b4ee6040a4d18b66c1d7ea9ac to your computer and use it in GitHub Desktop.
Template HTML file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<link rel="logo" type="image/svg" href="assets/img/logo/logo.svg">
<link rel="stylesheet" href="assets/css/style.css">
<title></title>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment