-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
73 lines (70 loc) · 3.19 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;900&display=swap" rel="stylesheet">
<link href="https://use.typekit.net/xsi7gea.css" rel="stylesheet">
<title>Website Speed Test - Image Analysis Tool by Cloudinary</title>
<meta http-equiv="Accept-CH" content="DPR" />
<meta
content="Optimized images improve page load time and user satisfaction. This tool provides measurable and actionable info about how to go beyond simple compression."
name="description"
/>
<meta
property="og:url"
id="meta-og-url"
content="https://webspeedtest.cloudinary.com"
/>
<meta
property="og:title"
id="meta-og-title"
content="Website Speed Test by Cloudinary"
/>
<meta
property="og:site_name"
id="meta-og-site_name"
content="Website Speed Test - Image Analysis Tool by Cloudinary"
/>
<meta
property="og:description"
id="meta-og-description"
content="Optimized images improve page load time and user satisfaction. This tool provides measurable and actionable info about how to go beyond simple compression."
/>
<meta property="og:type" id="meta-og-type" content="website" />
<meta
itemprop="name"
id="meta-name"
content="Website Speed Test by Cloudinary"
/>
<meta
itemprop="description"
id="meta-description"
content="Optimized images improve page load time and user satisfaction. This tool provides measurable and actionable info about how to go beyond simple compression."
/>
<meta
property="og:image"
id="meta-og-image"
content="https://res.cloudinary.com/webspeedtest/image/upload/socialshare.jpg"
/>
<meta
itemprop="image"
id="meta-image"
content="https://res.cloudinary.com/webspeedtest/image/upload/share_image.jpg"
/>
<link href="https://webspeedtest.cloudinary.com/" rel="canonical" />
<link href="https://cloudinary-res.cloudinary.com/image/asset/favicon-192x192-a2fe5ad0f77ce60e588d200214f686d9.png" rel="icon" sizes="192x192" type="image/png">
<link href="https://cloudinary-res.cloudinary.com/image/asset/favicon-160x160-a4390a71606acbaa95a93b801fd8bef1.png" rel="icon" sizes="160x160" type="image/png">
<link href="https://cloudinary-res.cloudinary.com/image/asset/favicon-96x96-6f2a82ae5048562155d9a9efe7880504.png" rel="icon" sizes="96x96" type="image/png">
<link href="https://cloudinary-res.cloudinary.com/image/asset/favicon-16x16-feabdb86ad2c6070de993485b7393bd9.png" rel="icon" sizes="16x16" type="image/png">
<link href="https://cloudinary-res.cloudinary.com/image/asset/favicon-32x32-248f31e02a05f50fbe13487a540d73cd.png" rel="icon" sizes="32x32" type="image/png">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>