Files
apps
admin
api
apps
blog
db
follow
identity
issues
journal
room
sneaker
app.js
filesaver.min.js
index.html
jszip.min.js
lit-all.min.js
lit-all.min.js.map
script.js
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
sqlite3
tildefriends/apps/sneaker/index.html

17 lines
359 B
HTML
Raw Normal View History

2024-02-24 11:09:34 -05:00
<!doctype html>
<html style="color: #fff">
<head>
<title>Tilde Friends</title>
2024-02-24 11:09:34 -05:00
<base target="_top" />
</head>
<body>
2024-02-24 11:09:34 -05:00
<tf-sneaker-app />
<script>
window.litDisableBundleWarning = true;
</script>
<script src="filesaver.min.js"></script>
<script src="jszip.min.js"></script>
<script src="script.js" type="module"></script>
</body>
2024-02-24 11:09:34 -05:00
</html>