Sascha Schulz
2024-02-19 ae66b713f087d2298fe4db7ae67e68453a30dfc0
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>Hello World!</title>
        <script defer src="hello-world.js"></script>
    </head>
    <body>
        <hello-world></hello-world>
    </body>
</html>