forked from cory/tildefriends
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
.clang-format
.dockerignore
.git-blame-ignore-revs
.gitignore
.prettierignore
.prettierrc.yaml
Dockerfile
Doxyfile
GNUmakefile
LICENSE
README.md
package-lock.json
package.json
12 lines
196 B
HTML
12 lines
196 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>
|