mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-12-16 01:10:30 +02:00
Rebuild
This commit is contained in:
parent
6289162f45
commit
daf41f1149
20
index.html
20
index.html
@ -1,9 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="en" prefix="og: http://ogp.me/ns#">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="canonical" href="https://simpleicons.org">
|
||||
<link rel="dns-prefetch" href="//fonts.googleapis.com">
|
||||
<title>Simple Icons</title>
|
||||
<meta name="description" content="SVG icons for popular brands.">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Simple Icons">
|
||||
<meta property="og:description" content="SVG icons for popular brands.">
|
||||
<meta property="og:url" content="https://simpleicons.org">
|
||||
<meta property="og:site_name" content="Simple Icons">
|
||||
<meta property="og:image" content="https://simpleicons.org/og.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Simple Icons">
|
||||
<meta name="twitter:description" content="SVG icons for popular brands.">
|
||||
<meta name="twitter:site" content="@bathtype">
|
||||
<meta name="twitter:domain" content="Simple Icons">
|
||||
<meta name="twitter:image:src" content="https://simpleicons.org/og.png">
|
||||
<link rel="apple-touch-icon" href="apple-touch-icon.png">
|
||||
<link rel="mask-icon" href="logo.svg" color="#333333">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400">
|
||||
<style>
|
||||
html {
|
||||
|
Loading…
Reference in New Issue
Block a user