mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-17 19:37:26 +02:00
Add some meta tags
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>CSS layout</title>
|
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
<title>CSS layout</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<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">
|
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro&display=swap" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body style="width: 100%;">
|
<body style="width: 100%;">
|
||||||
|
Reference in New Issue
Block a user