monorepo/visions/ui/index.html

12 lines
381 B
HTML

<!DOCTYPE html>
<html lang="en">
<head> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> My first web component with typescript </title>
</head>
<body>
<app-component name="TypeScript"></app-component>
<script type="module" src="./dist/app-component.js"></script>
</body>
</html>