File tree Expand file tree Collapse file tree
Python_backend_login_page Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 li {
7171 margin-bottom : 0.5rem ;
7272 }
73+
74+ .readme-link {
75+ display : block;
76+ text-align : center;
77+ margin-top : 2rem ;
78+ padding : 1rem ;
79+ background : # e3f2fd ;
80+ border-radius : 8px ;
81+ }
82+
83+ .readme-link a {
84+ color : # 1976d2 ;
85+ text-decoration : none;
86+ font-weight : bold;
87+ }
88+
89+ .readme-link a : hover {
90+ text-decoration : underline;
91+ }
7392 </ style >
7493</ head >
7594< body >
@@ -133,6 +152,10 @@ <h3>2. Online Deployment (For Website)</h3>
133152 < h3 > Important Note</ h3 >
134153 < p > For testing and learning, use the local machine method. It's free and works perfectly for development.</ p >
135154 </ div >
155+
156+ < div class ="readme-link ">
157+ < p > For more detailed information, check out the < a href ="./Python_backend_login_page/templetes/README.md "> README.md</ a > file</ p >
158+ </ div >
136159 </ div >
137160</ body >
138161</ html >
You can’t perform that action at this time.
0 commit comments