forked from cory/tildefriends
apps
cory
admin
api
apps
db
docs
follow
ssb
todo
app.js
index.html
lit-core.min.js
script.js
admin.json
api.json
apps.json
db.json
docs.json
follow.json
ssb.json
todo.json
core
deps
docs
src
tools
.dockerignore
Dockerfile
LICENSE
Makefile
README.md
11 lines
195 B
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>
|