<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Untitled Web Site</title>
<meta name="description" content="Description goes here." />
<meta name="keywords" content="untitled, website, keywords" />
<meta name="author" content="Hashnode Evangelists" />
<link rel="canonical" href="untitleddomainname.com" />
<link rel="shortcut icon" href="untitleddomainname.com/favicon.ico" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link href="assets/css/style.css?v=1" rel="stylesheet" type="text/css" media="screen" />
NOTE: For now, lets ignore the addition of __<meta property="og:*" /> and __<meta name="twitter:*" /> tags.
No responses yet.