Mercurial > dirlist-php
comparison index.php @ 39:79d3478c33a3
Allow user zooming.
| author | nanaya <me@myconan.net> | 
|---|---|
| date | Fri, 22 May 2015 20:26:06 +0900 | 
| parents | 08c4e9388f54 | 
| children | 12eabc73a441 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 38:25e3119e91b2 | 39:79d3478c33a3 | 
|---|---|
| 116 <?php header('Content-Type: text/html; charset=utf-8'); ?> | 116 <?php header('Content-Type: text/html; charset=utf-8'); ?> | 
| 117 <!doctype html> | 117 <!doctype html> | 
| 118 <head> | 118 <head> | 
| 119 <meta charset="utf-8"> | 119 <meta charset="utf-8"> | 
| 120 <title>Index of <?php echo h($uri); ?></title> | 120 <title>Index of <?php echo h($uri); ?></title> | 
| 121 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> | 121 <meta name="viewport" content="width=device-width, initial-scale=1.0"> | 
| 122 <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/0.9.9/magnific-popup.css"> | 122 <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/0.9.9/magnific-popup.css"> | 
| 123 <style type="text/css"> | 123 <style type="text/css"> | 
| 124 .mfp-content figure { margin: 0; } | 124 .mfp-content figure { margin: 0; } | 
| 125 * { box-sizing: border-box; } | 125 * { box-sizing: border-box; } | 
| 126 body { | 126 body { | 
