Skip to content

Commit 4fa52fc

Browse files
authored
chore: Update title in index.html
1 parent 14edc9c commit 4fa52fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Standalone React App</title>
6+
<title>Input Validator Plugin</title>
77
</head>
88
<body>
99
<!-- Root element where React will mount -->
@@ -14,4 +14,4 @@
1414
<script src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js"></script>
1515
<script type="module" src="./index.js"></script>
1616
</body>
17-
</html>
17+
</html>

0 commit comments

Comments
 (0)