Files
component-party/content/7-webapp-features/1-fetch-data/lit/index.html
2022-05-21 12:25:42 +02:00

8 lines
113 B
HTML

<!DOCTYPE html>
<head>
<script type="module" src="./x-app.js"></script>
</head>
<body>
<x-app></x-app>
</body>