mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-27 07:44:28 +02:00
Fix missing title
This commit is contained in:
@@ -2,7 +2,12 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="author" content="Nguyen Huu Phuoc" />
|
||||
<meta name="author" content="Nguyen Huu Phuoc" />
|
||||
<meta property="og:site_name" content="CSS Layout" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="twitter:card" content="summary_large_image" />
|
||||
<meta property="twitter:creator" content="@nghuuphuoc" />
|
||||
<meta property="twitter:site" content="@nghuuphuoc" />
|
||||
<link href="/assets/favicon.png" rel="icon">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&family=Lato&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
|
Reference in New Issue
Block a user