git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4058 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2022-11-28 02:19:36 +00:00
parent d48b8b0ae1
commit acc14f7318
5 changed files with 305 additions and 0 deletions

11
apps/cory/todo/index.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>TODO</title>
</head>
<body style="color: #fff">
<h1>TODO</h1>
<tf-todos></tf-todos>
</body>
<script src="script.js" type="module"></script>
</html>