1
0
forked from cory/tildefriends
Files
apps
admin
api
apps
blog
db
follow
gg
identity
issues
journal
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
gg.json
identity.json
issues.json
journal.json
sneaker.json
ssb.json
todo.json
welcome.json
wiki.json
core
deps
docs
src
tools
.dockerignore
Dockerfile
GNUmakefile
LICENSE
README.md
tildefriends/apps/todo/index.html

11 lines
195 B
HTML

<!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>