Skip to content

Commit ca48f50

Browse files
authored
Update help.html
1 parent 813cd65 commit ca48f50

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Python_backend_login_page/help.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,25 @@
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>

0 commit comments

Comments
 (0)