diff options
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> |