diff --git a/main.html b/main.html index 909427fde1720cf8ed717a3d9f68434cb5f9fddb..4a7e6df1e4d95971431d41091d2006045560b4b2 100644 --- a/main.html +++ b/main.html @@ -8,28 +8,28 @@ </head> <body> <header> - <h1>Welcome to Your Website</h1> + <h1>Sentiment Text Analysis</h1> <!-- Add navigation links or other header content here --> </header> <main> <section> <h2>About</h2> - <p>This is a basic webpage. You can customize it with your own content.</p> + <p>This project is a chrome extension that acts to remind users to keep their comments positive online to make the internet a more positive space.</p> </section> <section> - <h2>Services</h2> + <h2>About Us</h2> <ul> - <li>Service 1</li> - <li>Service 2</li> + <li>Maggie Kocorowski</li> + <li>Christy Tran</li> <li>Service 3</li> </ul> </section> <section> <h2>Contact</h2> - <p>You can reach us at contact@example.com</p> + <p>You can reach us at ...@drexel.edu</p> </section> </main>