Skip to content

Commit 977e643

Browse files
save file
1 parent 633b867 commit 977e643

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,9 @@
221221
<a href='home.html'>home</a>
222222
<a href='logout'>logout</a>
223223
</div>
224+
<script>
225+
console.log(document.cookie);
226+
</scr`+`ipt>
224227
`;
225228

226229
html.notfound = `

0 commit comments

Comments
 (0)