Skip to content

Instantly share code, notes, and snippets.

@nbashaw
Created March 8, 2011 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nbashaw/860950 to your computer and use it in GitHub Desktop.
Save nbashaw/860950 to your computer and use it in GitHub Desktop.
home
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="site description here" />
<title>ctrl+reset</title>
<link rel="stylesheet/less" type="text/css" href="styles.less">
<script src="less.js" type="text/javascript"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
</head>
<body>
<div class="container">
<div id="logo"><h1>ctrl+reset</h1></div>
</div>
</body>
</html>
@red: red;
h1 {
color: @red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment