Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 22 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,35 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Cloud Computing Lab </title>
<title>Cloud Computing Lab</title>
<style>
body { font-family: sans-serif; text-align: center; padding-top: 50px; }
.status { color: green; font-weight: bold; }
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-align: center;
padding-top: 50px;
background-color: #f4f4f9;
}
.status {
color: #007bff;
font-weight: bold;
}
</style>
</head>
<body>
<h1>Cloud-Native Deployment Success!</h1>
<p>This site was deployed using <b>GitHub Actions</b>.</p>

<div class="status">● Site Status: Live</div>
<hr>
<p>Student Name: [Replace with your name]</p>

<div style="margin: 30px 0;">
<img src="https://github.githubassets.com/images/modules/site/features/actions-icon-actions.svg" width="100" alt="Actions Logo">
</div>

<hr style="width: 50%; margin: 20px auto;">

<p>Student Name: <b>RAHMAN MD REZWANUR-202552200012</b></p>
<p>Current Cloud Provider: GitHub (Microsoft Azure Infrastructure)</p>

<p style="font-size: 0.8rem; color: #777; margin-top: 40px;">Last Updated: May 2026</p>
</body>
</html>