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 4ef352d commit 9862845Copy full SHA for 9862845
pkg/httpserver/pythonliststyle.go
@@ -17,6 +17,7 @@ const (
17
<html>
18
<head>
19
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
20
+<meta name="viewport" content="width=device-width, initial-scale=1">
21
<title>Directory listing for %s</title>
22
</head>
23
<body>
test/pythonliststyle_test.go
@@ -15,6 +15,7 @@ func TestServePythonStyleHtmlPageForDirectories(t *testing.T) {
15
16
<title>Directory listing for /</title>
0 commit comments