-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
22 lines (22 loc) · 990 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
<!DOCTYPE html>
<html>
<head>
<title>Ludwig Hornung</title>
</head>
<body style="margin: 0;">
<div id="lively-world"></div>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Libre+Franklin:400,400i,500,500i,900" rel="stylesheet">
<script src="/lively.modules/node_modules/systemjs/dist/system.src.js"></script>
<script src="/lively.modules/node_modules/babel-standalone/babel.js"></script>
<script src="/lively.modules/dist/lively.modules.js"></script>
<script>
var origin = document.location.origin;
"PointerEvent" in window ?
null : lively.resources.loadViaScript(`${origin}/lively.morphic/node_modules/pepjs/dist/pep.js`),
"fetch" in window ?
null : lively.resources.loadViaScript(`//cdnjs.cloudflare.com/ajax/libs/fetch/1.0.0/fetch.js`)
</script>
<script src="/hornung/dist/hornung.js"></script>
</body>
</html>