Skip to content

Commit

Permalink
chore: edited text and page title
Browse files Browse the repository at this point in the history
  • Loading branch information
ongsici committed Oct 7, 2024
1 parent 03ced7b commit 507e57e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Landing Page</title>
<title>COMP70085 CW1<title>
<style>
body {
font-family: Arial, sans-serif;
Expand All @@ -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>
Expand Down

0 comments on commit 507e57e

Please sign in to comment.