forked from cory/tildefriends
apps
admin
api
apps
appstore
db
docs
follow
gg
issues
journal
sneaker
ssb
todo
welcome
wiki
app.js
commonmark.min.js
handler.js
index.html
lit-all.min.js
lit-all.min.js.map
tf-collection.js
tf-id-picker.js
tf-wiki-app.js
tf-wiki-doc.js
utils.js
admin.json
api.json
apps.json
appstore.json
db.json
docs.json
follow.json
gg.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
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4634 ed5197a5-7fde-0310-b194-c3ffbd925b24
14 lines
432 B
HTML
14 lines
432 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<base target="_top">
|
|
</head>
|
|
<body style="color: #fff">
|
|
<tf-collections-app></tf-collections-app>
|
|
<script>window.litDisableBundleWarning = true;</script>
|
|
<script src="tf-collection.js" type="module"></script>
|
|
<script src="tf-id-picker.js" type="module"></script>
|
|
<script src="tf-wiki-doc.js" type="module"></script>
|
|
<script src="tf-wiki-app.js" type="module"></script>
|
|
</body>
|
|
</html> |