index.html (2206B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 5 <link rel="stylesheet" href="style.css"> 6 </head> 7 <body> 8 <h1><img src="logo.png"></h1> 9 <h2>The best meteorite tracker out there!</h2> 10 <P class="stdParagraph"> 11 Welcome to our meteorite tracking app for Android! We are passionate about space and astronomy, 12 and we created this app to help you explore the fascinating world of meteorites. Our app uses 13 data provided by NASA to track meteorites as they enter the Earth's atmosphere. 14 <br><br> 15 This app is perfect for all you science and space nerds out there looking for an app 16 that accurately tracks and filters meteorites for you. 17 <br><br> 18 You can use the app to view real-time data on meteorite sightings and locations. Whether you 19 are a professional astronomer or simply curious about the world around you, our app has something 20 for everyone. This app was created by a passionate CS student at Högskolan i Skövde who is dedicated to 21 bringing the wonders of space to the palm of your hand. Our app is designed to be easy to use, 22 with a simple and intuitive interface that allows you to quickly access the information you need. 23 <br><br> 24 We are committed to providing the most accurate and detailed information possible, and I am 25 constantly improving our algorithms to ensure that our data is up-to-date and trustworthy. 26 Thank you for choosing our meteorite tracking app for Android. I hope that you enjoy using it 27 as much as I enjoyed creating it! 28 </P> 29 <p class="stdParagraph"> 30 App made by: a22willi 31 <br> 32 <a href="mailto:a22willi@student.his.se">a22willi@student.his.se</a> 33 </p> 34 <footer> 35 <a href="https://www.his.se/">Högskolan i Skövde</a> 36 <a href="https://github.com/LenaSYS">Lenasys</a> 37 <a href="https://github.com/a22willi/Project-assignment">github</a> 38 </footer> 39 </body> 40 </html>