elm-spa/examples/02-pages/public/index.html

12 lines
288 B
HTML
Raw Normal View History

2021-02-15 23:21:37 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2021-03-16 04:29:52 +03:00
<link rel="stylesheet" href="/style.css">
2021-02-15 23:21:37 +03:00
</head>
<body>
<script src="/dist/elm.js"></script>
<script> Elm.Main.init() </script>
</body>
</html>