Skip to content

Instantly share code, notes, and snippets.

@object
Created June 27, 2024 18:12
Show Gist options
  • Save object/8ca4220cc0bb20b03e2e34259a3c2ee7 to your computer and use it in GitHub Desktop.
Save object/8ca4220cc0bb20b03e2e34259a3c2ee7 to your computer and use it in GitHub Desktop.
Fable workshop (2024). Step 6. index.html
<!doctype html>
<html>
<head>
<title>SAFE Template</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.0/css/bulma.min.css"/>
<script src="https://kit.fontawesome.com/409fb4cc7a.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="elmish-app"></div>
<script type="module" src="app.fs.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment