forked from yhldrf/cloud-computing-lab-github
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1003 Bytes
/
Copy pathindex.html
File metadata and controls
29 lines (29 loc) · 1003 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Cloud Computing Lab </title>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-align: center;
padding-top: 50px;
background-color: #f4f4f9; /* Add a light grey background */
}
.status { color: #007bff; font-weight: bold; } /* Change status to Blue */
</style>
</head>
<body>
<!-- The Image must be here in the BODY to be visible -->
<img src="https://github.githubassets.com/images/modules/site/features/actions-icon-actions.svg"
width="100"
alt="Actions Logo"
class="cloud-logo">
<h1>Cloud-Native Deployment Success! Welcome to Version 2.0</h1>
<p>This site was deployed using <b>GitHub Actions</b>.</p>
<div class="status">● Site Status: Live</div>
<hr>
<p>Student Name: Honglin Yuan</p>
<p>Current Cloud Provider: GitHub (Microsoft Azure Infrastructure)</p>
</body>
</html>