not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

30 lines
1.4 KiB

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Get Things Done Activity</title>
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, viewport-fit=cover"/>
<link rel="prefetch" type="application/l10n" href="locale.ini" />
<link rel="stylesheet" media="not screen and (device-width: 1200px) and (device-height: 900px)"
href="lib/sugar-web/graphics/css/sugar-96dpi.css">
<link rel="stylesheet" media="screen and (device-width: 1200px) and (device-height: 900px)"
href="lib/sugar-web/graphics/css/sugar-200dpi.css">
<link rel="stylesheet" href="css/activity.css">
<script data-main="js/loader" src="lib/require.js"></script>
</head>
<body>
<div id="main-toolbar" class="toolbar">
<button class="toolbutton" id="activity-button" title="Get Things Done"></button>
<button class="toolbutton pull-right" id="stop-button" title="Stop"></button>
</div>
<div id="canvas">
<div id="todo-app">
<ul class="flat-list big" id="todo-list"></ul>
<span class="icon-input expand" id="new-todo-span">
<input type="text" id="new-todo" placeholder="What else needs to be done?" autofocus>
<button id="new-todo-button" class="add right"></button>
</span>
</div>
</div>
</body>
</html>