Sascha Schulz
2024-12-09 38ddab2438b18a73546cd6f6d499ee436002bb19
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>Web Components</title>
        <script defer src="hello-sayer.js"></script>
    </head>
    <body>
        <hello-sayer></hello-sayer>
    </body>
</html>