diff --git a/src/views/index.ejs b/src/views/index.ejs index dbd5087..a8f80d7 100644 --- a/src/views/index.ejs +++ b/src/views/index.ejs @@ -19,6 +19,15 @@ section div { justify-content: center; text-align: center; } +.maker { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); + row-gap: .5rem; + column-gap: .5rem; +} +.maker > div:last-child { + grid-column-end: -1; +}
@@ -35,13 +44,62 @@ section div {

🔗 Form maker

-
+ Fill in the fields with static information and leave empty the ones that the user has to fill out. +
- + + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
- - +
+

🔗 API

🔗 GET /api/qrcode