|
9 | 9 | <link rel="icon" href="web/favicon.png">
|
10 | 10 | <link rel="stylesheet" href="web/default.min.css">
|
11 | 11 | <link href="https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
|
| 12 | + |
12 | 13 | <meta name="twitter:card" content="summary_large_image">
|
13 | 14 | <meta name="twitter:title" content="Comprehensive Python Cheatsheet">
|
14 | 15 | <meta name="twitter:description" content="Exhaustive, simple, beautiful and concise. A truly Pythonic cheat sheet about Python programming language.">
|
15 | 16 | <meta name="twitter:image" content="https://gto76.github.io/python-cheatsheet/web/image_social_3.png">
|
| 17 | + |
| 18 | + <meta property="og:url" content="https://gto76.github.io/python-cheatsheet/"> |
| 19 | + <meta property="og:title" content="Comprehensive Python Cheatsheet"> |
| 20 | + <meta property="og:description" content="Exhaustive, simple, beautiful and concise. A truly Pythonic cheat sheet about Python programming language."> |
| 21 | + <meta property="og:site_name" content="gto76.github.io"> |
| 22 | + <meta property="og:image" content="https://gto76.github.io/python-cheatsheet/web/image_social_3.png"> |
| 23 | + |
| 24 | + <meta itemprop="url" content="https://gto76.github.io/python-cheatsheet/"> |
16 | 25 | <meta itemprop="name" content="Comprehensive Python Cheatsheet">
|
17 | 26 | <meta itemprop="description" content="Exhaustive, simple, beautiful and concise. A truly Pythonic cheat sheet about Python programming language.">
|
18 | 27 | <meta itemprop="image" content="https://gto76.github.io/python-cheatsheet/web/image_social_3.png">
|
19 |
| - <meta name="google-site-verification" content="w3rvuG0D1kUm_w20qsJecSEZh59Am8jK4eSPVU83e_M" /> |
| 28 | + |
| 29 | + <meta name="google-site-verification" content="w3rvuG0D1kUm_w20qsJecSEZh59Am8jK4eSPVU83e_M"> |
20 | 30 | <meta name="viewport" id="viewport-meta">
|
21 | 31 | </head>
|
22 | 32 |
|
|
3004 | 3014 | <script src="web/covid_deaths.js"></script>
|
3005 | 3015 | <script src="web/covid_cases.js"></script>
|
3006 | 3016 | </body>
|
| 3017 | + |
3007 | 3018 | </html>
|
0 commit comments