-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (23 loc) · 825 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>
<head>
<title>Malloy Fiddle</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style>
:root {
--malloy-font-family: "Google Sans", -apple-system, BlinkMacSystemFont,
sans-serif;
--malloy-title-color: #333333;
--malloy-label-color: #333333;
--malloy-border-color: #e7e7e7;
--malloy-tile-background-color: n#f3f3f3;
}
</style>
<link rel="stylesheet" href="https://lloydtabb.github.io/malloy_fiddle_dist/dist/main.bundle.css" />
</head>
<body>
<div id="app"></div>
<script>window.malloyHost="https://lloydtabb.github.io/malloy_fiddle_dist/dist";</script>
<script type="module" src="https://lloydtabb.github.io/malloy_fiddle_dist/dist/main.bundle.js"></script>
</body>
</html>