<!DOCTYPE html>
|
<html>
|
<head>
|
<meta charset="utf-8">
|
<title>Todo List</title>
|
<link rel="stylesheet" href="../../../dojo/resources/dojo.css">
|
<link rel="stylesheet" href="../../css/skins/slate.css">
|
<!-- some of the DnD styles reside within the Dijit theme -->
|
<link rel="stylesheet" href="../../../dijit/themes/tundra/Common.css">
|
<link rel="stylesheet" href="resources/todo.css">
|
</head>
|
<body class="slate">
|
<script src="../../../dojo/dojo.js" data-dojo-config="async: true"></script>
|
<script>
|
require(["dgrid/demos/todo/todo"]);
|
</script>
|
</body>
|
</html>
|