Skip to content

Commit

Permalink
add index untuk github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
argo-ws committed Nov 30, 2024
1 parent fca1cb7 commit f5b5cbb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Birthday/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
</style>
</head>
<body>
<h1 text-align:center>JKT48 Birthday Countdown</h1>
<h1>JKT48 Birthday Countdown</h1>
<div id="countdownContainer"></div>
<p><a href="/index.html">back</a></p>
<script src="script.js"></script>
</body>

<footer>
<p><a href="https://argo.my.id" target="_blank">&#128420;</a></p>
</footer>

</html>
23 changes: 23 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>argo.ws</title>
<style>
h1 {
text-align: center;
}
p{
text-align: center;
}
</style>
</head>
<body>
<p><a href="/Birthday/index.html" rel="noopener noreferrer">Birthday Member</a></p>
</body>

<footer>
<p><a href="https://argo.my.id" target="_blank">&#128420;</a></p>
</footer>
</html>

0 comments on commit f5b5cbb

Please sign in to comment.