-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (21 loc) · 916 Bytes
/
index.html
File metadata and controls
24 lines (21 loc) · 916 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
<html>
<head>
<TITLE>Platform as a Service - Cloud</TITLE>
<link rel="icon"
type="image/png"
href="https://github.com/verofa/SimpleSample_HTML-NodeJs/blob/master/images/cloud_logo.png?raw=true">
</head>
<style>
body {
background: linear-gradient(to right, #33ccff 0%, #ff99cc 50%);
}
</style>
<body>
<div>
<center><h1 style="font-family:verdana"> Congratulations! you have been deployed you first application in Node.js and HTML using a cloud platform as a service (PaaS) </h1></center>
<center><p style="font-family:verdana"> </p></center>
<center><img src="https://openclipart.org/download/238921/1453940593.svg" alt="Social Coud" width="250" height="250"></center>
<center><img src="https://github.com/verofa/SimpleSample_HTML-NodeJs/blob/master/images/DevOpsCarsalesLogo.png?raw=true" alt="Carssales Logo" width="400" height="200"></center>
</div>
</body>
</html>