@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">
16 lines (15 loc) • 401 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/BrowserApplicationCounterDeepKey.js"></script>
</head>
<body>
<script>
connect("BrowserApplicationCounterDeepKey");
Elm.BrowserApplicationCounterDeepKey.init({});
</script>
</body>
</html>