Skip to content

Commit

Permalink
Biar gh pagesnya kebuka
Browse files Browse the repository at this point in the history
  • Loading branch information
yudha556 committed Oct 23, 2024
1 parent 41d1bb6 commit 45009d7
Showing 1 changed file with 38 additions and 3 deletions.
41 changes: 38 additions & 3 deletions gh_pages.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,45 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<title>Praktikum</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 20px;
background-color: #f0f0f0;
}
header {
background-color: #4CAF50;
padding: 10px;
text-align: center;
color: white;
}
main {
margin-top: 20px;
}
a {
display: block;
margin: 10px 0;
text-decoration: none;
color: #333;
font-size: 18px;
}
</style>
</head>
<body>

<header>
<h1>Selamat Datang di Halaman Praktikum</h1>
</header>
<main>
<h2>Daftar Praktikum:</h2>
<ul>
<li><a href="Praktikum_1/index.html">Praktikum 1</a></li>
<li><a href="Praktikum_2/index.html">Praktikum 2</a></li>
<li><a href="Praktikum_3/index.html">Praktikum 3</a></li>
</ul>
</main>
</body>
</html>
</html>

0 comments on commit 45009d7

Please sign in to comment.