diff options
| author | Mhykol <mchaeldonald62@pm.me> | 2024-05-27 10:47:21 -0400 |
|---|---|---|
| committer | Mhykol <mchaeldonald62@pm.me> | 2024-05-27 10:47:21 -0400 |
| commit | a13a1045dca2fa2c70617d853b7bd08c34c3cffe (patch) | |
| tree | 2ae7e0cdc60f3b8adf576f6ae560870e54665bfe /scripts/contact.js | |
| parent | 2bbec83695a4d1df6d0bb8455146af996ac00293 (diff) | |
Stop tracking scripts directory
Diffstat (limited to 'scripts/contact.js')
| -rw-r--r-- | scripts/contact.js | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/scripts/contact.js b/scripts/contact.js deleted file mode 100644 index e33ac78..0000000 --- a/scripts/contact.js +++ /dev/null @@ -1,25 +0,0 @@ -class Contact { - constructor() {} - - Main() { - const data = { - contact: ` - <section id='contact'> - <h1>Contact</h1> - <div class='form'> - <p>Full Name:</p> - <input type='text' name='fullname'/> - <p>Email:</p> - <input type='email' name='email'/> - <p>Message:</p> - <textarea name='message'></textarea><br> - <button id='contact-submit'>Submit</button> - </div> - </section> - ` - } - return data.contact - } -} - -module.exports = () => {return new Contact()} |
