diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-02-09 10:30:27 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-02-09 10:30:27 -0200 |
commit | 6e3631546f71eab5846de4ce653251084aa400fc (patch) | |
tree | b4204431327c9905dc2f8ba21f46ed45e2d0ba24 /files/icons/header.html | |
parent | 8a3e9fcb53d3c9e876535e0d262a469ed446f2ff (diff) | |
download | puppet-apache-6e3631546f71eab5846de4ce653251084aa400fc.tar.gz puppet-apache-6e3631546f71eab5846de4ce653251084aa400fc.tar.bz2 |
More style on indexes
Diffstat (limited to 'files/icons/header.html')
-rw-r--r-- | files/icons/header.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/files/icons/header.html b/files/icons/header.html new file mode 100644 index 0000000..004de0a --- /dev/null +++ b/files/icons/header.html @@ -0,0 +1,20 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <title>download.recurser.com</title> + <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> + <meta content="noarchive" name="robots" /> + <link href="/favicon.ico" rel="shortcut icon" /> + <link href="/index-style/style.css" media="screen,projection" type="text/css" rel="stylesheet" /> + </head> + <body> + <div> + <div id="commandbar"> + <a href="/" id="home">home</a> + <a href="../" id="parent">up</a> + <a href="#" id="refresh">refresh</a> + </div> + <div id="files"> + <h2> + Location: <span id="folder"></span> + </h2> |