forked from mirror/websocket
Add missing html tag in example/echo
This commit is contained in:
parent
6f34763140
commit
5755884efa
|
@ -55,6 +55,7 @@ func main() {
|
|||
|
||||
var homeTemplate = template.Must(template.New("").Parse(`
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<script>
|
||||
|
|
Loading…
Reference in New Issue