-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
23 lines (19 loc) · 839 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<meta property="og:title" content="ONS Scrollytelling Engine" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://bothness.github.io/scroll-engine/" />
<meta property="og:description" content="A library of Svelte components for building scrollytelling experiences." />
<meta name="description" content="A library of Svelte components for building scrollytelling experiences.">
<title>ONS Scrollytelling Engine</title>
<link rel='icon' type='image/x-icon' href='./favicon.ico'>
<link rel='stylesheet' href='./global.css'>
<link rel='stylesheet' href='./build/bundle.css'>
<script defer src='./build/bundle.js'></script>
</head>
<body>
</body>
</html>