Skip to content

Commit

Permalink
Merge pull request #1 from karthik-s-40/main
Browse files Browse the repository at this point in the history
add look.html
  • Loading branch information
Glitchyi authored Oct 7, 2024
2 parents 1c51ef5 + a9f6f73 commit f678356
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<a href="pages/{look.html}"> My beautifull page </a>
<title>Meow Meow</title>
</head>
<body>
Expand Down
25 changes: 25 additions & 0 deletions pages/look.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Simple Message</title>
<style>
body {
font-family: Arial, sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #f0f0f0;
margin: 0;
}
h1 {
color: #333;
}
</style>
</head>
<body>
<h1>Nokkanda Unni, ith njan alla</h1>
</body>
</html>

0 comments on commit f678356

Please sign in to comment.