metainfo added (#30)
* metainfo added * Update docs/index.html Co-authored-by: Beth Pan <beth_panx@hotmail.com> Co-authored-by: Beth Pan <beth_panx@hotmail.com>
This commit is contained in:
Родитель
e9ac42bfd3
Коммит
899488ad86
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 120 KiB |
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 109 KiB |
|
@ -2,11 +2,39 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Document</title>
|
||||
<title>30 Days of PWA - Learning Series about Progressive Web Apps</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="description" content="Learning content for Windows Student Developers">
|
||||
<meta name="description" content="For 30 days, we publish articles that aim to introduce developers to Progressive Web App. We have content that covers 0-level to 200-level topics. Each post takes 5-10 minutes to read and is followed by a sample snippet or exercise.">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
|
||||
<link rel="icon" href="/30DaysOfPWA/_media/favicon.png" />
|
||||
<meta name="theme-color" content="#0d4c73" />
|
||||
|
||||
<meta property="og:url" content="https://microsoft.github.io/win-student-devs/#/30DaysOfPWA/" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta
|
||||
property="og:title"
|
||||
content="30 Days of PWA - Learning Series about Progressive Web Apps"
|
||||
/>
|
||||
<meta
|
||||
property="og:description"
|
||||
content="For 30 days, we publish articles that aim to introduce developers to Progressive Web App. We have content that covers 0-level to 200-level topics. Each post takes 5-10 minutes to read and is followed by a sample snippet or exercise."
|
||||
/>
|
||||
<meta property="og:image" content="https://microsoft.github.io/win-student-devs/30DaysOfPWA/_media/social.jpg" />
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta property="twitter:domain" content="microsoft.github.io" />
|
||||
<meta property="twitter:url" content="https://microsoft.github.io/win-student-devs/#/30DaysOfPWA/" />
|
||||
<meta
|
||||
name="twitter:title"
|
||||
content="30 Days of PWA - Learning Series about Progressive Web Apps"
|
||||
/>
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="For 30 days, we publish articles that aim to introduce developers to Progressive Web App. We have content that covers 0-level to 200-level topics. Each post takes 5-10 minutes to read and is followed by a sample snippet or exercise."
|
||||
/>
|
||||
<meta name="twitter:image" content="https://microsoft.github.io/win-student-devs/30DaysOfPWA/_media/social.jpg" />
|
||||
|
||||
<!-- Default Theme Style (now commented out)--
|
||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
|
||||
-->
|
||||
|
|
Загрузка…
Ссылка в новой задаче