Files
.gitea
apps
admin
api
apps
blog
db
follow
identity
issues
journal
room
sneaker
ssb
storage
test
todo
web
welcome
wiki
app.js
commonmark.min.js
handler.js
index.html
lit-all.min.js
lit-all.min.js.map
tf-collection.js
tf-wiki-app.js
tf-wiki-doc.js
tildefriends.css
utils.js
admin.json
api.json
apps.json
blog.json
db.json
follow.json
identity.json
issues.json
journal.json
room.json
sneaker.json
ssb.json
storage.json
test.json
todo.json
web.json
welcome.json
wiki.json
core
deps
docs
metadata
src
tools
.clang-format
.dockerignore
.git-blame-ignore-revs
.gitignore
.gitmodules
.prettierignore
.prettierrc.yaml
CONTRIBUTING.md
Dockerfile
Doxyfile
GNUmakefile
LICENSE
README.md
default.nix
flake.lock
flake.nix
package-lock.json
package.json
tildefriends/apps/wiki/index.html

17 lines
418 B
HTML
Raw Normal View History

2024-02-24 11:09:34 -05:00
<!doctype html>
<html>
<head>
2024-02-24 11:09:34 -05:00
<base target="_top" />
<link rel="stylesheet" href="tildefriends.css" />
</head>
2024-02-22 13:03:21 +01:00
<body>
<tf-collections-app></tf-collections-app>
2024-02-24 11:09:34 -05:00
<script>
window.litDisableBundleWarning = true;
</script>
<script src="tf-collection.js" type="module"></script>
<script src="tf-wiki-doc.js" type="module"></script>
<script src="tf-wiki-app.js" type="module"></script>
</body>
2024-02-24 11:09:34 -05:00
</html>