This commit is contained in:
2023-07-26 22:16:03 -06:00
commit 99da7762fb
8 changed files with 380 additions and 0 deletions

12
index.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Form Builder</title>
</head>
<body>
<div id="app"></div>
<!--<script></script>-->
<script src="/build/formBuilder.js"></script>
</body>
</html>