prime-react-webcomponent/index.html

20 lines
505 B
HTML
Raw Normal View History

2022-07-15 06:20:05 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<title>React App</title>
2022-07-18 03:10:42 +00:00
<link rel="stylesheet" href="index.css">
2022-07-15 06:20:05 +00:00
</head>
<body>
2022-07-15 15:04:59 +00:00
<wc-test id='test' name='Evan'></wc-test>
2022-07-15 06:20:05 +00:00
</body>
2022-07-18 03:10:42 +00:00
<script src="index.js" type="module"></script>
2022-07-15 06:20:05 +00:00
</html>