forked from Lucifergene/oc-pipe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (31 loc) · 1.03 KB
/
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
27
28
29
30
31
32
33
34
35
36
<html>
<head>
<title></title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" />
</head>
<body>
<div class="container">
<div style="margin-top:50px">
<div class="panel panel-info">
<div class="text-center">
<h3 class="panel-title">Basic Nodejs Application</h3>
</div>
<div class="panel-body">
<div class="alert alert-success">
<p class="text-center">
Basic App to demonstrate the process of automatically deploying containers on Kubernetes-terst</p>
</div>
<div class="text-center">
<p>Author:</p>
<div class="text-center">
<a href="https://twitter.com/avik6028">@avik6028</a>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js"></script>
</body>
</html>