You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
864 B
HTML
21 lines
864 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
|
<script src="/bower_components/jquery/dist/jquery.min.js"></script>
|
|
<script async data-bootload="/todo/inner.js" data-main="/common/boot.js?ver=1.0" src="/bower_components/requirejs/require.js?ver=2.3.5"></script>
|
|
<style>.loading-hidden, .loading-hidden * {display: none !important;}</style>
|
|
</head>
|
|
<body class="loading-hidden">
|
|
<div id="toolbar" class="toolbar-container"></div>
|
|
<div id="container">
|
|
<div class="cp-create-form">
|
|
<input type="text" id="newTodoName" data-localization-placeholder="todo_newTodoNamePlaceholder" />
|
|
<button class="btn btn-success fa fa-plus" data-localization-title="todo_newTodoNameTitle"></button>
|
|
</div>
|
|
<div id="tasksList"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|