mirror of
https://github.com/fuchcz/simple-apache-directory-listing-theme.git
synced 2025-01-18 13:11:11 +01:00
26 lines
No EOL
1 KiB
HTML
26 lines
No EOL
1 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/simple/favicons/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" href="/simple/favicons/favicon-32x32.png" sizes="32x32">
|
|
<link rel="icon" type="image/png" href="/simple/favicons/favicon-16x16.png" sizes="16x16">
|
|
<link rel="manifest" href="/simple/favicons/manifest.json">
|
|
<link rel="mask-icon" href="/simple/favicons/safari-pinned-tab.svg" color="#b33333">
|
|
<link rel="shortcut icon" href="/simple/favicons/favicon.ico">
|
|
<meta name="msapplication-config" content="/simple/favicons/browserconfig.xml">
|
|
<meta name="theme-color" content="#ffffff">
|
|
<link rel="stylesheet" href="/simple/style.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
<div class="gradient top"></div>
|
|
<div class="container">
|
|
<div class="header">
|
|
<div class="header__wrapper">
|
|
<div class="header__home"><a id="homelink" href="/"></a></div>
|
|
<div class="header__breadcrumbs">/ </div>
|
|
<br />
|
|
</div>
|
|
</div>
|
|
<div class="files"> |