Skip to content

Commit efd867b

Browse files
author
Chris Rehn
authored
Add mobile-friendly viewport to developer console
1 parent 4c6d5c9 commit efd867b

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)