mirror of
https://github.com/cupcakearmy/formhero.git
synced 2025-09-05 22:00:39 +00:00
github pages
This commit is contained in:
@@ -15,10 +15,14 @@
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.box,
|
||||
section {
|
||||
text-align: center;
|
||||
max-width: 25em;
|
||||
margin: 2em auto;
|
||||
}
|
||||
|
||||
section {
|
||||
padding: 1em;
|
||||
background-color: #f3f3f3;
|
||||
border-radius: 2rem;
|
||||
@@ -60,9 +64,9 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<section>
|
||||
<div class="box">
|
||||
<i>Open the console to see the submitted data</i>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<script type="module" src="./simple.tsx"></script>
|
||||
<script type="module" src="./errorsAndValidation.tsx"></script>
|
||||
|
Reference in New Issue
Block a user