-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdocker_shell.html
More file actions
136 lines (115 loc) · 3.54 KB
/
docker_shell.html
File metadata and controls
136 lines (115 loc) · 3.54 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>HOME PAGE</title>
<style>
body {
background: orange !important;
}
#header {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
background: #333333;
}
#logo {
position: relative;
width: 85px;
float: left;
}
.header-link {
padding: 3px 6px;
font-weight: 600;
color: #e9e9e9;
margin: 0 0 0 50px;
position: relative;
top: 22px;
text-decoration: none;
font-size: 25px;
}
#header-link4 {
font-size: 25px;
padding: 3px 10px;
}
#header-link5 {
right: 10px;
float: right;
}
#main-container {
margin: 100px 0 0 0;
position: relative;
float: inherit;
min-height: 1000px;
width: 100%;
height: auto;
}
#page-footer {
position: relative;
/* bottom: 0; */
/* left: 0; */
/* right: 0; */
width: 100%;
height: 50px;
background: #333;
padding: 10px;
float: left;
margin: 10px 0 0 -12px;
}
.footer_btn {
padding: 3px 5px;
text-decoration: none;
font-size: 20px;
font-weight: 600;
color: #e9e9e9;
margin: 0 0 0 20px;
}
.homepage-img {
width: 100%;
}
</style>
<script type="text/javascript">
</script>
</head>
<body>
<div id="header">
<!-- Page Header -->
<img id="logo" src="images/logo.jpg" alt="company logo">
<a id="header-link1" class="header-link" href="index.html">Home</a>
<select id="header-link4" class="header-link" style="background: #333333; border: 0px;">
<option value="dropdown1"><a href="#">Services</a></option><br/>
<option value="dropdown2"><a href="iot.html">Iot</a></option><br/>
<option value="dropdown3"><a href="cloudflora.html">Cloud Flora</a></option><br/>
<option value="dropdown4"><a href="/rk/caas.py">Caas</a></option>
<option value="dropdown4"><a href="staasmain.py">STaas</a></option>
<option value="dropdown4"><a href="iaas.html">Iaas</a></option>
</select>
</div>
<div id="main-container">
<div align='center'>
<form action='rk/docker_shell2.py'>
<textarea cols='50' rows='10' name='code'></textarea>
</br>
<input type='submit' value='Command'/>
<input type='submit' value='back' formaction='/rk/docker_manage.py'>
<br/>
<br/>
</div>
</form>
<div align="center">
<h2 align="center"> Take help, if you need!!</h2>
<iframe src="http://www.bing.com" width=1000px; height=700px;></iframe>
</div>
<div id="page-footer" class="">
<a id="footer_btn1" class="footer_btn" href="#">About us</a>
<a id="footer_btn2" class="footer_btn" href="#">Linux World Jaipur</a>
<a id="footer_btn3" class="footer_btn" href="#">Future Projects</a>
<a id="footer_btn4" class="footer_btn" href="#">Contact us </a>
<a id="footer_btn4" class="footer_btn" href="#">Team </a>
</div>
</body>
</html>