-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (29 loc) · 1.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Decarbon8 Projects</title>
<meta name="description" content="">
<link rel="schema.DC" href="http://purl.org/dc/elements/1.1/">
<meta name="DC.Title" content="The DecarboN8 Research Network">
<meta name="DC.Description" content="The DecarboN8 Research Network is led by the eight most research intensive Universities across the North of England (Durham, Lancaster, Leeds, Liverpool, Manchester, Newcastle, Sheffield and York). We are a collaborative network of academic researchers and stakeholders working together to find innovative, place-based solutions for decarbonising transport.">
<meta name="DC.Creator" content="The DecarboN8 Research Network">
<meta name="DC.Publisher" content="The DecarboN8 Research Network">
<meta name="DCTERMS.Created" content="2023-04-17">
<meta name="DCTERMS.Modified" content="2023-04-17">
<meta name="DC.Type" content="InteractiveResource">
<meta name="DC.Subject" scheme="DCTERMS.LCSH" content="Digital mapping">
<meta name="DCTERMS.Spatial" content="Northern England">
<meta name="DC.Identifier" content="https://peteredwards.github.io/dc8-project-map/">
<meta name="DC.Language" content="en">
<link rel="stylesheet" href="https://peteredwards.github.io/dc8-project-map/css/style.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" integrity="sha256-kLaT2GOSpHechhsozzB+flnD+zUyjE2LlfWPgU04xyI=" crossorigin="anonymous">
<script src="https://unpkg.com/[email protected]/dist/leaflet.js" integrity="sha256-WBkoXOwTeyKclOHuWtc+i2uENFpDZ9YPdf5Hf+D7ewM=" crossorigin="anonymous"></script>
</head>
<body>
<div id="map"></div>
<script src="https://peteredwards.github.io/dc8-project-map/scripts/main.js"></script>
</body>
</html>