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
33 lines (33 loc) · 1.02 KB
/
Copy pathindex.html
File metadata and controls
33 lines (33 loc) · 1.02 KB
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
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Cloud App v2 </title>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-align: center;
padding-top: 50px;
background-color: #e6f7ff;
}
.status { color: #52c41a; font-weight: bold; }
h1 { color: #1890ff; }
</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>Welcome to Version 2.0</h1>
<p>This is the upgraded version!</b>.</p>
<div class="status">● Site Status: Live</div>
<hr>
<p>Student Name: Xu Kang</p>
<p>Current Cloud Provider: GitHub (Microsoft Azure Infrastructure)</p>
<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
width="150"
alt="GitHub Logo">
</body>
</html>