Files
apps
admin
app.js
index.html
lit.min.js
script.js
api
apps
appstore
db
docs
follow
gg
issues
journal
sneaker
ssb
todo
welcome
wiki
admin.json
api.json
apps.json
appstore.json
db.json
docs.json
follow.json
gg.json
issues.json
journal.json
sneaker.json
ssb.json
todo.json
welcome.json
wiki.json
core
deps
docs
src
tools
.dockerignore
Dockerfile
LICENSE
Makefile
README.md
tildefriends/apps/admin/index.html

10 lines
247 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html style="width: 100%">
<head>
<script>const g_data = $data;</script>
</head>
<body style="color: #fff; width: 100%">
<h1>Tilde Friends Administration</h1>
</body>
<script type="module" src="script.js"></script>
</html>