-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (33 loc) · 2.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="mobile-web-app-capable" content="yes">
<meta name="description" content="Atlascope Boston is a tool for exploring historic urban atlases in metropolitan Boston and telling stories about how places have changed over time. A project of the Leventhal Map & Education Center at the Boston Public Library.">
<link rel="canonical" href="https://www.atlascope.org">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@bplmaps">
<meta name="twitter:creator" content="@bplmaps">
<meta name="twitter:title" content="Atlascope Boston">
<meta name="twitter:description" content="Atlascope Boston is a tool for exploring historic urban atlases in metropolitan Boston and telling stories about how places have changed over time. A project of the Leventhal Map & Education Center at the Boston Public Library.">
<meta name="twitter:image" content="https://iiif.digitalcommonwealth.org/iiif/2/commonwealth:9g54z607b/913,353,4051,2501/,800/0/default.jpg">
<meta name="twitter:image:alt" content="Excerpt from an 1898 atlas plate showing the Boston Public Library and buildings, streets, and other urban features nearby in Copley Square.">
<meta property="og:url" content="https://www.atlascope.org">
<meta property="og:title" content="Atlascope Boston">
<meta property="og:description" content="Atlascope Boston is a tool for exploring historic urban atlases in metropolitan Boston and telling stories about how places have changed over time. A project of the Leventhal Map & Education Center at the Boston Public Library.">
<meta property="og:image" content="https://iiif.digitalcommonwealth.org/iiif/2/commonwealth:9g54z607b/913,353,4051,2501/,800/0/default.jpg">
<meta property="og:image:alt" content="Excerpt from an 1898 atlas plate showing the Boston Public Library and buildings, streets, and other urban features nearby in Copley Square.">
<meta property="og:image:width" content="1296">
<meta property="og:image:height" content="800">
<meta property="og:site_name" content="Leventhal Map & Education Center">
<title>Atlascope</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>