Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>DEVICON | All programming languages and development tools related icons font</title>
<meta name="description" content="devicon aims to gather all logos representing development languages and tools in one font.">
<meta name="description" content="Devicon aims to gather all logos representing development languages and tools in one font. 🚀">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="./logos/favicon.ico" sizes="196x196">
<link rel="apple-touch-icon" sizes="57x57" href="./logos/apple-touch-icon-57x57.png">
Expand All @@ -33,6 +33,12 @@
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon/devicon.min.css">
<link rel="stylesheet" href="./assets/css/style.css">
<meta property="og:title" content="Devicon" />
<meta property="og:image" content="https://raw.githubusercontent.com/devicons/devicon/master/icons/devicon/devicon-original-wordmark.svg" />
<meta property="og:url" content="https://devicon.dev" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<meta property="og:description" content="Devicon aims to gather all logos representing development languages and tools in one font. 🚀" />
</head>

<body ng-app="devicon" ng-controller="IconListCtrl">
Expand Down