Sascha Schulz
2024-12-09 b4eb2a57ca9566adaf67de3e099e4529af2bb170
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>