-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
54 lines (52 loc) · 2.28 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>
Free Anagram Sentence Generator for English, German, French, and Spanish
</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1.0, shrink-to-fit=no, user-scalable=no"
/>
<meta httpEquiv="x-ua-compatible" content="ie=edge" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<meta
name="description"
content="Create exciting anagram sentences instantly in English, German, French, and Spanish. Fast, easy, and completely free!"
/>
<meta
name="keywords"
content="Anagrams,Anagram,Anagram Sentences,Wordplays,Anagram Generator,Anagram Solver,Anagram Maker,Anagram Creator,Anagram Finder,Anagram Scramble,Anagram Jumble,Anagram Shuffle,Anagram Mix"
/>
<meta property="og:title" content="anagrams.io" />
<meta property="og:site_name" content="anagrams.io" />
<meta property="og:type" content="website" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://anagrams.io" />
<meta
property="og:description"
content="Create exciting anagram sentences instantly in English, German, French, and Spanish. Fast, easy, and completely free!"
/>
<meta property="og:image" content="https://anagrams.io/logo-512.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#999999" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="theme-color" content="#ffffff" />
<link
href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
</body>
<script type="module" src="/src/App.tsx"></script>
</html>