Created
June 27, 2024 18:12
-
-
Save object/8ca4220cc0bb20b03e2e34259a3c2ee7 to your computer and use it in GitHub Desktop.
Fable workshop (2024). Step 6. index.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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