File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 4
4
import json
5
5
6
6
app = Flask (__name__ )
7
- app .secret_key = 'F12Zr47j\3 yXRsddsdsdsdsqdcewvcqwraxwevtsdxsrybvsaWRacsatsvgc'
8
7
9
- @app .route ('/' , methods = [ 'GET' ] )
8
+ @app .route ('/' )
10
9
def entry_page ():
11
- return render_template ('entry.html' , the_title = 'pincode! ' )
10
+ return render_template ('entry.html' , the_title = 'Pincode_data ' )
12
11
13
12
@app .route ('/pincode' , methods = ['POST' ])
14
13
def check_for_dnd ():
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ <h2><center>Welcome to PINCODE details on the web!</center></h2>
48
48
49
49
.icon-bar {
50
50
position : fixed;
51
- top : 22 % ;
51
+ top : 30 % ;
52
52
right : 10px ;
53
53
-webkit-transform : translateY (-50% );
54
54
-ms-transform : translateY (-50% );
Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ <h4><b>{{i}}:</b></h4> {{j}} <!--i is Status and Message. j is Success and
69
69
< style >
70
70
body {
71
71
margin : 0 ;
72
- height : 1000 px ;
72
+ height : 700 px ;
73
73
}
74
74
75
75
.icon-bar {
76
76
position : fixed;
77
- top : 22 % ;
77
+ top : 30 % ;
78
78
right : 10px ;
79
79
-webkit-transform : translateY (-50% );
80
80
-ms-transform : translateY (-50% );
You can’t perform that action at this time.
0 commit comments