Skip to content

Instantly share code, notes, and snippets.

@millisami
Created June 22, 2010 21:44
Show Gist options
  • Save millisami/449147 to your computer and use it in GitHub Desktop.
Save millisami/449147 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang='en'>
<head>
<title>Untitled</title>
<meta charset='utf-8'>
<link href="/stylesheets/html5-reset.css?1274991261" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/1kbgrid.css?1274991261" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/application.css?1274991261" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/awesome_buttons.css?1274991261" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/riptip.css?1274991261" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/nav.css?1274991261" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<header id='header'>
<div class='row'>
<div class='column grid_5'>
<h1>Automation</h1>
</div>
<div class='column grid_7'>
<ul id='top_menu'>
<li>
<a href="/users/login" class="awesome medium blue">Login</a>
</li>
</ul>
</div>
</div>
</header>
<div class='row grid_12'>
<div id="flashes" style="display: none"></div>
</div>
<div class='row grid_12' id='container'>
<article class='content'>
<h1>Home#show</h1>
<p>Find me in app/views/home/show.html.erb</p>
</article>
</div>
<footer class='footer'>
<div class='row grid_12'>
<p>System Automation</p>
</div>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment