<html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Simple Imba App</title> <!-- reference to the client script styles --> <link rel="stylesheet" href="./client.imba"> </head> <body> <moving-form></moving-form> <!-- reference to the client script --> <script type="module" src="./client.imba"></script> </body> </html>