File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
blog/25-07-24/http-server/ex Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 172172
173173 html . home = `
174174 <style>
175- body{font-family:arial;background:whitesmoke }
175+ body{font-family:arial;background:rgba(252,210,153,0.07) }
176176 h3{display:flex;align-items:center;gap:10px}
177177 a{margin:10px}
178178 </style>
188188
189189 html . login = `
190190 <style>
191- body{font-family:arial;background:whitesmoke }
191+ body{font-family:arial;background:rgba(252,210,153,0.07) }
192192 form{border:1px solid lightgray;padding:10px;display:inline-flex;flex-direction:column;gap:10px}
193193 label{width:60px;text-align:right;display:inline-block;margin:10px}
194194 h4,span{text-align:center;margin:0}
213213
214214 html . admin = `
215215 <style>
216- body{font-family:arial;background:whitesmoke }
216+ body{font-family:arial;background:rgba(252,210,153,0.07) }
217217 h3{color:green;font-style:italic}
218218 a{margin:10px}
219219 </style>
226226
227227 html . notfound = `
228228 <style>
229- body{font-family:arial;background:whitesmoke }
229+ body{font-family:arial;background:rgba(252,210,153,0.07) }
230230 a{margin:10px}
231231 </style>
232232 <h3>not found</h3>
You can’t perform that action at this time.
0 commit comments