feat: tester

This commit is contained in:
Shivam Mishra
2025-05-07 22:36:47 +05:30
parent 70029177da
commit 5af8881a5a
+20
View File
@@ -0,0 +1,20 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Web Components Test</title>
<link rel="stylesheet" href="/packs/style.css" />
</head>
<body>
<h1>Web Components Test</h1>
<h2>Button Component</h2>
<woot-button>Click Me</woot-button>
<h2>Input Component</h2>
<woot-input placeholder="Type something..."></woot-input>
<script src="/packs/js/ui.js"></script>
</body>
</html>