We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14edc9c commit 4fa52fcCopy full SHA for 4fa52fc
index.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Standalone React App</title>
+ <title>Input Validator Plugin</title>
7
</head>
8
<body>
9
<!-- Root element where React will mount -->
@@ -14,4 +14,4 @@
14
<script src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js"></script>
15
<script type="module" src="./index.js"></script>
16
</body>
17
-</html>
+</html>
0 commit comments