We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad9ecd commit ca7494aCopy full SHA for ca7494a
1 file changed
blog/25-07-24/http-server/ex/login-server.js
@@ -194,6 +194,7 @@
194
</style>
195
<form action='login' method=post>
196
<h4>login</h4>
197
+ <a href='home.html'>home</a>
198
<div>
199
<label for=name>name</label>
200
<input name=name autocomplete=off spellcheck=false>
@@ -218,9 +219,6 @@
218
219
<a href='home.html'>home</a>
220
<a href='logout'>logout</a>
221
</div>
- <script>
222
- console.log(document.cookie);
223
- </scr`+`ipt>
224
`;
225
226
html.notfound = `
0 commit comments