Files
HackFlowy/public/index.html
T
2013-08-22 17:43:55 +05:30

42 lines
1.2 KiB
HTML

<!DOCTYPE html>
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>HackFlowy</title>
<link rel="icon" type="image/x-icon" href="images/favicon.png" />
<link rel="stylesheet" href="stylesheets/normalize.css" />
<link rel="stylesheet" href="stylesheets/app.css" />
</head>
<body>
<div class="row">
<div class="large-12 columns">
<section id="hackflowy">
<header id="header"></header>
<section id="main">
<div id="name">
<h2></h2>
</div>
<ul class="children"></ul>
<!-- <button id="add">+</button>
<input id="newTask" type="text" placeholder="What needs to be done?"> -->
</section>
<footer id="footer">
Make Lists. Not War. <3 Open Source.
</footer>
</section>
</div>
</div>
<script data-main="javascripts/app" src="javascripts/vendor/require.js" ></script>
</body>
</html>