mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-06-27 16:00:04 +08:00
f5c1f27863
Fixed task template to remove unneeded textarea Removed commented out code on index template
40 lines
1.0 KiB
HTML
40 lines
1.0 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>
|
|
</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>
|