Files
apps
admin
api
apps
blog
db
follow
identity
issues
app.js
commonmark-linkify.js
commonmark.min.js
index.html
lit-all.min.js
lit-all.min.js.map
script.js
tf-utils.js
journal
room
sneaker
ssb
todo
welcome
wiki
admin.json
api.json
apps.json
blog.json
db.json
follow.json
identity.json
issues.json
journal.json
room.json
sneaker.json
ssb.json
todo.json
welcome.json
wiki.json
core
deps
docs
src
tools
.clang-format
.dockerignore
.git-blame-ignore-revs
.gitignore
.gitmodules
.prettierignore
.prettierrc.yaml
CONTRIBUTING.md
Dockerfile
Doxyfile
GNUmakefile
LICENSE
README.md
package-lock.json
package.json
tildefriends/apps/issues/index.html
2024-02-24 11:09:34 -05:00

17 lines
382 B
HTML

<!doctype html>
<html style="color: #fff">
<head>
<title>Tilde Friends</title>
<base target="_top" />
</head>
<body>
<tf-issues-app />
<script>
window.litDisableBundleWarning = true;
</script>
<script src="commonmark.min.js"></script>
<script src="commonmark-linkify.js" type="module"></script>
<script src="script.js" type="module"></script>
</body>
</html>