-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 800 Bytes
/
index.html
File metadata and controls
20 lines (20 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="google-site-verification" content="DIcCyEkVaGHm864NWzItnt2n6Gg7hz3l47RBIRyxvcQ" />
<title>Yarn's sitemaps</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
margin: 1em;
text-align: center;
}
</style>
</head>
<body>
This site hosts <a href="https://yarnpkg.com">Yarn</a>'s sitemaps. Index found on <a href="/sitemap-index.xml">sitemap-index.xml</a>, other sitemaps on <code>sitemap.X.xml</code> with <code>X</code> being its index.
</body>
</html>