Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsonukushwaha committed Apr 7, 2024
1 parent 14208ba commit 007718d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Birthday Countdown</title>
<link rel="stylesheet" href="../css/style.css">
<link rel="stylesheet" href="./style.css">
</head>

<body>
Expand All @@ -30,7 +30,7 @@ <h3>Built by <a href="https://singlebucks.blogspot.com" target="_blank" rel="noo
</h3>


<script src="../js/app.js"></script>
<script src="./app.js"></script>
</body>

</html>
File renamed without changes.
4 changes: 2 additions & 2 deletions sonu/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Birthday Countdown</title>
<link rel="stylesheet" href="../css/style.css">
<link rel="stylesheet" href="../style.css">
</head>

<body>
Expand All @@ -28,7 +28,7 @@ <h3>Built by <a href="https://singlebucks.blogspot.com" target="_blank" rel="noo
</h3>


<script src="../js/other.js"></script>
<script src="../other.js"></script>
</body>

</html>
2 changes: 1 addition & 1 deletion css/style.css → style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
background-color: rgb(231, 174, 153);
background-image: url("../bg.jpg");
background-image: url("./bg.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
Expand Down

0 comments on commit 007718d

Please sign in to comment.