mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-18 03:41:35 +02:00
Update meta tags
This commit is contained in:
@@ -88,6 +88,7 @@ pre {
|
||||
box-shadow: none;
|
||||
color: #FFF;
|
||||
font-family: "Source Code Pro", monospace;
|
||||
font-size: 1.25rem;
|
||||
height: 100%;
|
||||
line-height: 1.5;
|
||||
margin: 0px;
|
||||
|
@@ -4,6 +4,19 @@
|
||||
<title>CSS layout</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="author" content="Nguyen Huu Phuoc" />
|
||||
<meta name="description" content="A collection of popular layouts and patterns made with CSS" />
|
||||
|
||||
<meta name="twitter:site" content="@nghuuphuoc" />
|
||||
<meta name="twitter:title" content="A collection of popular layouts and patterns made with CSS" />
|
||||
<meta name="twitter:description" content="A collection of popular layouts and patterns made with CSS" />
|
||||
<meta name="twitter:creator" content="@nghuuphuoc" />
|
||||
<meta name="twitter:image" content="https://csslayout.io/assets/screenshot.png" />
|
||||
|
||||
<meta property="og:site_name" content="1 LOC" />
|
||||
<meta property="og:title" content="A collection of popular layouts and patterns made with CSS" />
|
||||
<meta property="og:description" content="A collection of popular layouts and patterns made with CSS" />
|
||||
<meta property="og:url" content="https://csslayout.io" />
|
||||
<meta property="og:image" content="https://csslayout.io/assets/screenshot.png" />
|
||||
|
||||
<link href="/assets/favicon.png" rel="icon">
|
||||
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro&family=Lato&display=swap" rel="stylesheet">
|
||||
|
Reference in New Issue
Block a user