forked from go4tech-au/cloud-internal-devops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (21 loc) · 803 Bytes
/
index.html
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"> This is Arun. </h1></center>
<center><p style="font-family:verdana"> </p></center>
<center><img src="https://openclipart.org/download/238921/1453940593.svg" alt="Thumbs-Up" width="250" height="250"></center>
<center><img src="https://github.com/verofa/SimpleSample_HTML-NodeJs/blob/master/images/DevOpsCarsalesLogo.png?raw=true" alt="Carsales Logo" width="400" height="200"></center>
</div>
</body>
</html>