-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 764 Bytes
/
index.html
File metadata and controls
18 lines (18 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="google-site-verification" content="Hzrt7jfmWPYpMOSR12msYCvqxiUuNjrHQiFzRUfZx1s">
<link href="https://fonts.googleapis.com/css?family=Barlow|Barlow+Condensed" rel="stylesheet">
<link href="/static/wikifont/wikiglyphs.css" rel="stylesheet">
<link href="/static/flag-icon-css/css/flag-icon.min.css" rel="stylesheet">
<link href='https://api.mapbox.com/mapbox-gl-js/v1.10.1/mapbox-gl.css' rel='stylesheet' />
<link rel="icon" href="static/favicon.ico">
<title>Wikidocumentaries</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>