@dillonkearns/elm-graphql
Version:
<img src="https://cdn.jsdelivr.net/gh/martimatix/logo-graphqelm/logo.svg" alt="dillonearns/elm-graphql logo" width="40%" align="right">
17 lines (16 loc) • 490 B
HTML
<html>
<head>
<meta charset="UTF-8">
<title>Main</title>
<script type="text/javascript" src="client.js"></script>
<script type="text/javascript" src="build/FullScreenEmptyInit.js"></script>
</head>
<body>
<script>
connect("FullScreenEmptyInit");
Elm.FullScreenEmptyInit.init(); // IMPORTANT: we pass NOTHING to `init()`
// this is allowed for `Browser.document` and `Browser.application`
</script>
</body>
</html>