mirror of
https://github.com/BeitDina/AutoIndex.git
synced 2026-03-20 22:41:30 +01:00
Update global_header.tpl
Changes for mobile devices
This commit is contained in:
committed by
GitHub
parent
8eb19c7db1
commit
49e64d4dd5
@@ -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">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user