We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4bd66b commit dee5721Copy full SHA for dee5721
016_building-a-tcp-server-for-http/05_solution/main.go
@@ -122,7 +122,7 @@ func contact(conn net.Conn) {
122
123
func apply(conn net.Conn) {
124
125
- body := `<!DOCTYPE html><html lang="en"><head><meta charet="UTF-8"><title></title></head><body>
+ body := `<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><title></title></head><body>
126
<strong>APPLY</strong><br>
127
<a href="/">index</a><br>
128
<a href="/about">about</a><br>
0 commit comments