diff --git a/index.html b/index.html index 6935373..4cca2f5 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - Landing Page + COMP70085 CW1<title> <style> body { font-family: Arial, sans-serif; @@ -13,7 +13,8 @@ </head> <body> <img src="static/winnie.jpeg" alt="Sample Image" width="100"> - <h1>Hello World</h1> + <h1>Hello World</h1>i + <p>Welcome to my webpage!</p> <p>Link to my GitHub <a href="https://github.com/ongsici" target="_blank">repo</a></p> </body> </html>