forked from cory/tildefriends
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
17 lines
382 B
HTML
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>
|