Skip to content

Commit

Permalink
feat: added link
Browse files Browse the repository at this point in the history
  • Loading branch information
ongsici committed Oct 7, 2024
1 parent 8baf40b commit b93ae5e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Landing Page</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
margin-top: 50px;
}
</style>
</head>
<body>
<img src="static/winnie.jpeg" alt="Sample Image" width="100">
<h1>Hello World</h1>
<h1>Hello World</h1>
<p>Link to my GitHub repo <a href="https://github.com/ongsici" target="_blank"></a</p>
</body>
</html>

0 comments on commit b93ae5e

Please sign in to comment.