Skip to content

Commit 937c4c1

Browse files
authored
Merge pull request #401 from hoffa/patch-1
Add mobile-friendly viewport to developer console
2 parents 4c6d5c9 + efd867b commit 937c4c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libwebsocketd/console.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Full documentation at http://websocketd.com/
2525
2626
<!DOCTYPE html>
2727
<meta charset="utf8">
28+
<meta name="viewport" content="width=device-width, initial-scale=1">
2829
<title>websocketd console</title>
2930
3031
<style>

0 commit comments

Comments
 (0)