-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.en.html
23 lines (21 loc) · 1002 Bytes
/
index.en.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<meta name="description" content="Interactive history of the world" />
<meta property="og:title" content="Chron - Interactive history" />
<meta property=”og:url” content="https://chronmaps.com" />
<meta property=”og:type” content="website" />
<meta property="og:description" content="Interactive history of the world" />
<meta property="og:image" content="/richpreview.jpg" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600&subset=cyrillic" rel="stylesheet">
<title>Chron</title>
</head>
<body>
<div id='root'>
</div>
<noscript>This site requires Javascript to work, please enable Javascript in your browser or use a browser with Javascript support</noscript>
</body>
</html>