Skip to content

Commit 630638d

Browse files
save file
1 parent b982ec2 commit 630638d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

blog/25-07-24/http-server/ex/login-server.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
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>
@@ -188,7 +188,7 @@
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}
@@ -213,7 +213,7 @@
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>
@@ -226,7 +226,7 @@
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>

0 commit comments

Comments
 (0)