Update the TODO html.
This commit is contained in:
parent
5ed2101d50
commit
e565d8f84f
|
@ -1,47 +1,3 @@
|
||||||
<!doctype html>
|
|
||||||
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
|
|
||||||
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
|
|
||||||
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
|
|
||||||
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
|
|
||||||
<!--[if IE 9]> <html class="no-js ie9" lang="en"> <![endif]-->
|
|
||||||
<!-- Consider adding an manifest.appcache: h5bp.com/d/Offline -->
|
|
||||||
<!--[if gt IE 9]><!--> <html class="no-js" lang="en" itemscope itemtype="http://schema.org/Product"> <!--<![endif]-->
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
|
|
||||||
<!-- Use the .htaccess and remove these lines to avoid edge case issues.
|
|
||||||
More info: h5bp.com/b/378 -->
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
||||||
|
|
||||||
<title>The Racket Language</title>
|
|
||||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
|
||||||
|
|
||||||
<!-- Mobile viewport optimized: j.mp/bplateviewport -->
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
|
||||||
|
|
||||||
<!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons -->
|
|
||||||
|
|
||||||
<!-- CSS: implied media=all -->
|
|
||||||
<!-- CSS concatenated and minified via ant build script-->
|
|
||||||
<!-- <link rel="stylesheet" href="css/minified.css"> -->
|
|
||||||
|
|
||||||
<!-- CSS imports non-minified for staging, minify before moving to production-->
|
|
||||||
<link rel="stylesheet" href="css/gumby.css">
|
|
||||||
<link rel="stylesheet" href="css/style.css">
|
|
||||||
<link rel="stylesheet" href="css/scribble.css">
|
|
||||||
<!-- end CSS-->
|
|
||||||
|
|
||||||
<!-- More ideas for your <head> here: h5bp.com/d/head-Tips -->
|
|
||||||
|
|
||||||
<!-- All JavaScript at the bottom, except for Modernizr / Respond.
|
|
||||||
Modernizr enables HTML5 elements & feature detects; Respond is a polyfill for min/max-width CSS3 Media Queries
|
|
||||||
For optimal performance, use a custom Modernizr build: www.modernizr.com/download/ -->
|
|
||||||
<script src="js/libs/modernizr-2.6.2.min.js"></script>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="navbar" gumby-fixed="top" id="nav1">
|
<div class="navbar" gumby-fixed="top" id="nav1">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<a class="toggle" gumby-trigger="#nav1 > .row > ul" href="#"><i class="icon-menu"></i></a>
|
<a class="toggle" gumby-trigger="#nav1 > .row > ul" href="#"><i class="icon-menu"></i></a>
|
||||||
|
@ -520,6 +476,3 @@ File, query and maybe fix existing reports.</p>
|
||||||
<script src="js/plugins.js"></script>
|
<script src="js/plugins.js"></script>
|
||||||
<script src="js/main.js"></script>
|
<script src="js/main.js"></script>
|
||||||
<!-- end scripts-->
|
<!-- end scripts-->
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user