|
1 | | -<!DOCTYPE html> |
| 1 | +<!doctype html> |
2 | 2 | <html lang="pt-BR"> |
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <link rel="icon" href="/favicon.ico" /> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | | - <meta name="google-site-verification" content="g3Sv5vbTY0qPQyuRyjR322G-PV1A5hD9pQ3EN3lWKpI" /> |
8 | | - <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> |
9 | | - <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> |
10 | | - <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> |
11 | | - <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#1F2937"> |
12 | | - <meta name="msapplication-TileColor" content="#1F2937"> |
13 | | - <meta name="theme-color" content="#1F2937"> |
14 | | - <meta name="keywords" content="Word Processor, Creative Writing"> |
15 | | - <meta name="author" content="Giovane Silva"> |
16 | | - <meta name="description" content="A word processor for creative writing and writing enthusiasts. Create how you want, for what you want."> |
17 | | - <meta name="og:title" content="Better Write"> |
18 | | - <meta name="og:description" content="Better Write is a word processor for creative writers. Create how you want, for what you want."> |
19 | | - <meta name="og:url" content="https://betterwrite.io"> |
20 | | - <meta name="og:type" content="website"> |
21 | | - <meta name="og:image" content="https://i.imgur.com/yvzMkqO.png"> |
22 | | - <meta name="og:image:alt" content="betterwrite.io application logo"> |
23 | | - <meta name="og:image:width" content="400"> |
24 | | - <meta name="og:image:height" content="400"> |
25 | | - <meta name="twitter:card" content="summary_large_image"> |
26 | | - <meta name="twitter:site" content="@betterwriteio"> |
27 | | - <meta name="twitter:title" content="Better Write"> |
28 | | - <meta name="twitter:description" content="Better Write is a word processor for creative writers. Create how you want, for what you want."> |
29 | | - <meta name="twitter:image" content="https://i.imgur.com/yvzMkqO.png"> |
30 | | - <meta name="twitter:image:alt" content="betterwrite.io application logo"> |
| 7 | + <meta |
| 8 | + name="google-site-verification" |
| 9 | + content="g3Sv5vbTY0qPQyuRyjR322G-PV1A5hD9pQ3EN3lWKpI" |
| 10 | + /> |
| 11 | + <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> |
| 12 | + <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> |
| 13 | + <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /> |
| 14 | + <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#1F2937" /> |
| 15 | + <meta name="msapplication-TileColor" content="#1F2937" /> |
| 16 | + <meta name="theme-color" content="#1F2937" /> |
| 17 | + <meta name="keywords" content="Word Processor, Creative Writing" /> |
| 18 | + <meta name="author" content="Giovane Silva" /> |
| 19 | + <meta |
| 20 | + name="description" |
| 21 | + content="A word processor for creative writing and writing enthusiasts. Create how you want, for what you want." |
| 22 | + /> |
| 23 | + <meta name="og:title" content="Better Write" /> |
| 24 | + <meta |
| 25 | + name="og:description" |
| 26 | + content="Better Write is a word processor for creative writers. Create how you want, for what you want." |
| 27 | + /> |
| 28 | + <meta name="og:url" content="https://betterwrite.io" /> |
| 29 | + <meta name="og:type" content="website" /> |
| 30 | + <meta name="og:image" content="https://i.imgur.com/yvzMkqO.png" /> |
| 31 | + <meta name="og:image:alt" content="betterwrite.io application logo" /> |
| 32 | + <meta name="og:image:width" content="400" /> |
| 33 | + <meta name="og:image:height" content="400" /> |
| 34 | + <meta name="twitter:card" content="summary_large_image" /> |
| 35 | + <meta name="twitter:site" content="@betterwriteio" /> |
| 36 | + <meta name="twitter:title" content="Better Write" /> |
| 37 | + <meta |
| 38 | + name="twitter:description" |
| 39 | + content="Better Write is a word processor for creative writers. Create how you want, for what you want." |
| 40 | + /> |
| 41 | + <meta name="twitter:image" content="https://i.imgur.com/yvzMkqO.png" /> |
| 42 | + <meta name="twitter:image:alt" content="betterwrite.io application logo" /> |
31 | 43 | <title>Better Write.</title> |
32 | | - <script async src="https://www.googletagmanager.com/gtag/js?id=G-M2PE0QXEVR"> |
33 | | - </script> |
| 44 | + <script |
| 45 | + async |
| 46 | + src="https://www.googletagmanager.com/gtag/js?id=G-M2PE0QXEVR" |
| 47 | + ></script> |
34 | 48 | <script> |
35 | | - window.dataLayer = window.dataLayer || []; |
36 | | - function gtag(){dataLayer.push(arguments);} |
37 | | - gtag('js', new Date()); |
| 49 | + window.dataLayer = window.dataLayer || [] |
| 50 | + function gtag() { |
| 51 | + dataLayer.push(arguments) |
| 52 | + } |
| 53 | + gtag('js', new Date()) |
38 | 54 |
|
39 | | - gtag('config', 'G-M2PE0QXEVR'); |
| 55 | + gtag('config', 'G-M2PE0QXEVR') |
40 | 56 | </script> |
41 | 57 | </head> |
42 | 58 | <body> |
|
0 commit comments