From 8c814d79235a38465ef46052cf9a523d555a29e7 Mon Sep 17 00:00:00 2001 From: Mhykol Date: Fri, 3 May 2024 10:56:46 -0400 Subject: Initial commit --- scripts/contact.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 scripts/contact.js (limited to 'scripts/contact.js') diff --git a/scripts/contact.js b/scripts/contact.js new file mode 100644 index 0000000..e33ac78 --- /dev/null +++ b/scripts/contact.js @@ -0,0 +1,25 @@ +class Contact { + constructor() {} + + Main() { + const data = { + contact: ` +
+

Contact

+
+

Full Name:

+ +

Email:

+ +

Message:

+
+ +
+
+ ` + } + return data.contact + } +} + +module.exports = () => {return new Contact()} -- cgit v1.2.3-70-g09d2