-
Notifications
You must be signed in to change notification settings - Fork 0
/
res_success.html
78 lines (63 loc) · 1.72 KB
/
res_success.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
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
<!DOCTYPE html>
<html>
<head>
<title>Publish Research</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="icon" href="images/favicon.ico">
</head>
<style>
.main {
padding: 20px;
font-family: 'Helvetica', serif;
box-shadow: 5px 5px 7px 5px #888888;
}
.main h1 {
font-size: 40px;
text-align: center;
font-family: 'Helvetica', serif;
}
.k {
text-align: center;
font-size: 4.3rem;
font-family: "Montserrat";
letter-spacing: 2px;
}
input {
font-family: "Montserrat", serif;
width: 100%;
font-size: 18px;
padding: 12px 20px;
margin: 8px 0;
border: none;
border-bottom: 2px solid #767474;
}
input[type=submit] {
font-size: 2rem;
font-family: "Montserrat", serif;
width: 100%;
background-color: #161515;
border: none;
color: white;
padding: 16px 32px;
margin: 4px 2px;
border-radius: 10px;
}
</style>
<body>
<br>
<br>
<br>
<div class="container">
<div class="row">
<div class="col-md-3">
</div>
<div class="col-md-6 main">
<h1> Paper published successfully</h1>
</div>
<div class="col-md-3">
</div>
</div>
</div>
</body>
</html>