Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>IAC Electricals Pvt. Ltd. - Forms</title> | |
| <link rel="stylesheet" href="style.css"> | |
| </head> | |
| <body> | |
| <header> | |
| <img class="logo" src="iac.gif" alt="IAC Electricals Pvt. Ltd. Logo"> | |
| <h1>IAC Electricals Pvt. Ltd.</h1> | |
| </header> | |
| <main> | |
| <h2>Available Forms</h2> | |
| <div id="form-container" class="form-container"> | |
| <!-- Dynamic content will be injected here --> | |
| </div> | |
| </main> | |
| <script src="script.js"></script> | |
| </body> | |
| </html> | |