-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (23 loc) · 934 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
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="styleSheet" type="text/css" href="About_lp.css">
<title>Document</title>
</head>
<body>
<h1> DevOps Tutorial®</h1>
<nav id="nav">
<a href="https://docs.docker.com/">DOCKER</a>
<a href="https://kubernetes.io/docs/home/">KUBERNETES</a>
<a href="https://www.jenkins.io/doc/book/pipeline/">CICD</a>
<a href="https://docs.aws.amazon.com/index.html">AWS</a>
<a href="https://learn.microsoft.com/en-us/azure/?product=popular">AZURE</a>
</nav>
<h2>App 1</h2>
<p> Welcome to DevOps Tutorial!!! You have successfully containerize the sample application. v8</p>
<img src="cidc.gif" alt="text">
</body>
</html>