-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresult.html
38 lines (28 loc) · 833 Bytes
/
result.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
37
38
<!DOCTYPE HTML>
<html>
<style>
#summeryDiv{
background-color: #f3f3f3;
width:30%;
height:50%;
}
</style>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<link href="submission.css" rel="stylesheet" >
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
<script src="bootstrap/js/libs/jquery.js"></script>
</head>
<body>
<title>Deploy form - Project Implicit</title>
<div class="centered">
<h1 class="logo"><a href="/implicit/index.jsp">ProjectImplicit</a></h1>
</div>
<div class="centered" id="summeryDiv">
</div>
</body>
</html>