-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebinterfacec_.php
More file actions
126 lines (106 loc) · 2.77 KB
/
Copy pathwebinterfacec_.php
File metadata and controls
126 lines (106 loc) · 2.77 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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Test Environment Build</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style>
/* Make the image fully responsive */
.carousel-inner img {
width: 100%;
height: 100%;
}
body {
background-image:0.7;
}
body {
background: url(cool.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.city {
color: white;
text-shadow: 3px 2px green;
font-size: 20px;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color:silver;
color: black;
text-align: center;
}
.blink{
font-size: 40px;
color: white;
animation: blink 1s infinite;
}
@keyframes blink{
0%{opacity: 1;}
75%{opacity: 1;}
76%{ opacity: 0;}
100%{opacity: 0;}
}
.hh{
background: ;
font-size: 20px;
text-align:center;
width: 50%;
color:Green;
}
h2 {
color:orange;
font-weight: bold;
font-size: 40px;
}
</style>
<title> gurpreet's test</title>
</head>
<body>
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="index1.html">Test Environment Buid</a>
</div>
<ul class="nav navbar-nav">
<li class="active"><a href="index1.html">Home</a></li>
<li><a href="contactus.php">Contact us</a></li>
<li><a href="aboutus.php">user manual</a></li>
<li><a href="abdhul.php">About Us</a></li>
</ul>
</div>
</nav>
<div align="center">
<div align= "center">
<h2 class ="blink" align="center">Test Your C# CODE </h2>
<br/><br/><br/><br/><br/>
<form action="finaltest3.php" method="post" enctype ="multipart/form-data">
<input type="file" class="btn btn-success" value="C++" name="file"/><br/>
<br/><input type="submit" class="btn btn-success" value="submit"/>
</form>
<div class="footer">
<p>@copyright 2018 Test Enviornment Build Team</p>
</div>
<!-----<div align="center">
<div align= "center">
<h2 class ="blink" align="center">Test Your C CODE </h2>
<br/><br/><br/><br/><br/>
<div class="hh" align="center">
<form action="finaltest.php" method="post" enctype ="multipart/form-data">
<input type="file" class="btn btn-success" value="C++" name="file"/><br/>
<input type="submit" class="btn btn-success" value="submit"/>
</form></div>
</div>
<br/>
<br/>
</div>-->
<div class="footer">
<p>@copyright 2018 Test Enviornment Build Team</p>
</div>
</body>
</html>