forked from cory/tildefriends
apps
admin
app.js
index.html
lit.min.js
script.js
api
apps
blog
db
follow
identity
issues
journal
room
sneaker
ssb
todo
user_settings
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
user_settings.json
welcome.json
wiki.json
core
deps
docs
src
tools
.clang-format
.dockerignore
.git-blame-ignore-revs
.gitignore
.prettierignore
.prettierrc.yaml
CONTRIBUTING.md
Dockerfile
Doxyfile
GNUmakefile
LICENSE
README.md
bleh.tar.xz
package-lock.json
package.json
13 lines
255 B
HTML
13 lines
255 B
HTML
<!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>
|