Files
apps
cory
admin
app.js
index.html
lit.min.js
script.js
api
apps
db
docs
follow
ssb
ssblit
admin.json
api.json
apps.json
db.json
docs.json
follow.json
ssb.json
ssblit.json
core
deps
docs
src
tools
.dockerignore
Dockerfile
LICENSE
Makefile
README.md
tildefriends/apps/cory/admin/index.html
2022-08-14 18:25:05 +00:00

10 lines
214 B
HTML

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