mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-16 02:54:20 +02:00
Add some meta tags
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>CSS layout</title>
|
||||
<meta charset="utf-8" />
|
||||
<title>CSS layout</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="description" content="CSS layouts and patterns" />
|
||||
<meta name="keywords" content="css display, css flexbox, css grid, css layouts, flex, flexbox, flexbox cheatsheet, web design, web template" />
|
||||
<meta name="author" content="Nguyen Huu Phuoc" />
|
||||
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body style="width: 100%;">
|
||||
|
Reference in New Issue
Block a user