Skip to content

Instantly share code, notes, and snippets.

@farhaven
Created March 6, 2010 23:34
Show Gist options
  • Save farhaven/324016 to your computer and use it in GitHub Desktop.
Save farhaven/324016 to your computer and use it in GitHub Desktop.
Content-Type: text/html
<!DOCTYPE HTML>
<html>
<head>
<title> users - login</title>
<link rel="stylesheet" href="/pub/style/style.css" type="text/css" media="screen, handheld" title="default">
<link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon">
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div id="header">
<div class="superHeader">
<div class="left">
<a href="http://gbe.ring0.de/">gbe</a> |
<a href="http://sysphere.org/~anrxc/j/">Anrxc</a> |
<a href="http://www.thehappy.de/~xeno/">Xeno</a> |
<a href="http://chaos-paderborn.de/">C3PB</a>
</div>
<div class="right">
<span class="doNotDisplay">Related sites:</span>
<!-- | <a href="http://cat-v.org/update_log">site updates</a> -->
| <a href="/sitemap">site map</a>
</div>
</div>
<div class="midHeader">
<h1 class="headerTitle"><a href="/">gbe.ring0.de <span id="headerSubTitle">Where the crap comes from...</span></a></h1>
</div>
<div class="subHeader"><br></div>
</div>
<div id="side-bar">
<div>
<ul>
<li><a href="/about/">&rsaquo; about/</a></li>
<li><a href="/blog/">&rsaquo; blog/</a></li>
<li><a href="/crap/">&rsaquo; crap/</a></li>
</ul>
</div>
</div>
<div id="main-copy">
<h1>User login</h1>
<br />
<form method="POST" action="" style="text-align: right; float: left;">
<fieldset>
<label>User name: <input type="text" name="user_name" value=""/></label><br>
<label>User password: <input type="password" name="user_password"></label><br>
<input name="s" type="submit" value="Login">
</fieldset>
</form>
<br style="clear:left">
</div>
<div id="footer">
<div class="left">
<a href="http://werc.cat-v.org/">Powered by werc</a> &nbsp;|&nbsp;
<a href="http://en.wikipedia.org/wiki/Markdown">Using markdown syntax</a>
<a href="http://michelf.com/projects/php-markdown/extra/">with PHP-markdown extensions</a> &nbsp; | &nbsp;
<a href="http://www.pell.portland.or.us/~orc/Code/discount/">Using discount for markdown rendering</a>
</div>
<!-- TODO Maybe should add a programatically generated google search box -->
<div class="right">
<a href="/_users/login">User Login</a>
</div>
</div>
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment