1
0
forked from cory/tildefriends
Files
apps
admin
api
apps
blog
db
follow
identity
issues
journal
room
sneaker
ssb
todo
app.js
index.html
lit-core.min.js
script.js
welcome
wiki
admin.json
api.json
apps.json
blog.json
db.json
follow.json
identity.json
issues.json
journal.json
room.json
sneaker.json
ssb.json
todo.json
welcome.json
wiki.json
core
deps
docs
src
tools
.clang-format
.dockerignore
.git-blame-ignore-revs
.gitignore
.prettierignore
.prettierrc.yaml
CONTRIBUTING.md
Dockerfile
Doxyfile
GNUmakefile
LICENSE
README.md
package-lock.json
package.json
tildefriends/apps/todo/index.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
196 B
HTML
Raw Normal View History

2024-02-24 11:09:34 -05:00
<!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>
2024-02-24 11:09:34 -05:00
</html>