elm-spa/examples/01-hello-world/public/index.html

11 lines
244 B
HTML
Raw Normal View History

2020-03-27 07:43:08 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
2021-01-16 06:39:37 +03:00
<script src="/dist/elm.js"></script>
<script> Elm.Main.init() </script>
2020-03-27 07:43:08 +03:00
</body>
</html>