summaryrefslogtreecommitdiffstats
path: root/www/sample.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/sample.html')
-rw-r--r--www/sample.html117
1 files changed, 0 insertions, 117 deletions
diff --git a/www/sample.html b/www/sample.html
deleted file mode 100644
index e4c9e14..0000000
--- a/www/sample.html
+++ /dev/null
@@ -1,117 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//ddD HTML 4.01 Transitional//EN">
-<html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<title>Alpine</title>
-<link rel="stylesheet" type="text/css" href="snow/snow.css">
-</head>
-
-
-<body>
-<div id=header>
- <a href="#Content" class="hide">[Skip to main content]</a>
- <h1 class="logo">AlpineLinux</h1>
- <div class="leader">[ this is h-leader div text <a href="#Content">Goto content</a>]</div>
- <p>This is plain old Head div text</p>
-</div>
-
-<div id="main">
- <div id="nav">
- <ul><li>Networking
- <ul><a href=""><li>Interfaces</li></a>
- <a href=""><li>Firewall</li></a>
- <a href=""><li>BGP</li></a>
- <a href=""><li>DHCP Server</li></a>
- <a href=""><li>Ipsec VPN</li></a>
- </ul></li>
- <li>Applications
- <ul><li><a href="">Web Proxy</a></li>
- <li><a href="">Content Filter</a></li>
- <li><a href="">Fetchmail</a></li>
- <li><a href="">Certificate Authority</a></li>
- </ul></li>
- <li>System
- <ul><li><a href="">Backup</a></li>
- <li><a href="">Package Management</a></li>
- <li><a href="">General Health</a></li>
- <li><a href="">System Logs</a></li>
- <li><a href="">SNMP</a></li>
- </ul></li>
- </ul>
- </div>
-
- <div class="postnav">
- <h2>Networking : Interfaces</h2>
- <p>[ welcome ] > [ login ] > [ bgp ] > [ firewall ] > [ content filter ] > [ interfaces ]</p>
- </div>
- <a name="Content"></a>
- <div id="subnav">
- <a href="">Nav 1</a>
- <strong class=selected>Nav 2</strong>
- <a href="">Nav 3</a>
- </div>
-
- <div id="content">
-
-
-
- <p>
-This is plain old content
-</p>
-
-
-<h1>Errors</h1>
-<p class="error">This is error text. As if you didn't know that. Just check the errors below.</p>
-<p class="hide">This is some plain content level hide text</p>
-<p>This is a page with a <a href="foo">link</a> in it.</p>
-
-<h1>Networking - Status</h1>
-<p>This is the networking page. This is a very long paragraph in that page, talking about
-all the good things on this page. This is not the real page, its just a standin page for
-the page you want. Evenutally, you'll see the page you want. But not quite yet.</p>
-
-<h2>Status</h2>
-<p>The service is running</p>
-<form>
-<dl>
-<dt>bozo</dt>
-<dd><input class=error type=text value="Baz" name=bozo size=3>This is error text</dd>
-
-<dt>foo</dt><dd>
-<input type=text value="foo" name=foo size=40>
-</dd>
-
-<dt>Command</dt>
-<dd>
-<input type=submit value="Start" name="cmd">
-<input type=submit value="Stop" name="cmd">
-<input type=submit value="Restart" name="cmd">
-</dd>
-
-<dt>Textbox</dt>
-<dd><textarea cols=80 rows=10 name="textbox">fooo</textarea>
-</dd>
-
-
-<dt>A Tag with no form element</dt>
-<dd>This is just some text</dd>
-
-</dl>
-</form>
-
-<h2>Configure</h2>
-<p>Bring Service Down</p>
-<p>Bring Service Up</p>
-</div>
-</div>
-
-<div id=c-trailer>This is c-trailer</div>
-
-<div id="footer">
- <div id="f-leader">F leader</div>
- <p>Made with care by webconf</p>
- <div id="f-nav">F nav</div>
- <div id="f-trailer">F trailer</div>
-</div>
-</body>
-</html>