Files
apps
admin
api
apps
blog
db
follow
gg
identity
issues
journal
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
gg.json
identity.json
issues.json
journal.json
sneaker.json
ssb.json
todo.json
welcome.json
wiki.json
core
deps
docs
src
tools
.clang-format
.dockerignore
.git-blame-ignore-revs
.gitignore
.prettierignore
.prettierrc.yaml
Dockerfile
Doxyfile
GNUmakefile
LICENSE
README.md
package-lock.json
package.json
tildefriends/apps/sneaker/index.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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>