forked from honglinyuan/cloud-computing-lab-github
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (20 loc) · 786 Bytes
/
Copy pathindex.html
File metadata and controls
23 lines (20 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!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; }
.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: 姜丞骏</p>
<p>Current Cloud Provider: GitHub (Microsoft Azure Infrastructure)</p>
<p><img src="https://github.githubassets.com/images/modules/site/features/actions-icon-actions.svg" width="100" alt="Actions Logo"></p>
</body>
</html>