-
Notifications
You must be signed in to change notification settings - Fork 0
/
noep.html
26 lines (26 loc) · 827 Bytes
/
noep.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
<!DOCTYPE html>
<html>
<head>
<title>Notice</title>
<style>
div{
margin-bottom: 15px;
padding: 4px 12px;
background-color: #e7f3fe;
border-left: 6px solid #2196F3;
border-radius:20px;
margin:20px;
font-family: Courier New;
}
body{
background-image:url("images/signupb.jpg");
background-size:100%;
}
</style>
</head>
<body>
<div>
<h2>Atleast 7 days of minimum sale is required for prediction! Try after some days..<a href="/login">Login Here</a></h2>
</div>
</body>
</html>