Update global_header.tpl

Changes for mobile devices
This commit is contained in:
Florin-Ciprian Bodin
2023-10-26 21:21:08 +03:00
committed by GitHub
parent 8eb19c7db1
commit 49e64d4dd5

View File

@@ -2,8 +2,19 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{config:language}">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
<meta name="title" content="Directory Index" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="blue" />
<title>{words:index of} {info:dir}</title>
<link rel="shortcut icon" href="favicon.ico" />
<link rel="icon" href="favicon.gif" type="image/gif" />
<link href="{config:template}default.css" rel="stylesheet" title="AutoIndex Default" type="text/css" />
</head>
<body class="autoindex_body">