Files

26 lines
687 B
HTML

<!DOCTYPE html>
<html class="light">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Profile</title>
<link rel="stylesheet" href="sovereign://profile.css">
</head>
<body>
<h1>Profile</h1>
<div id="profile-body">
<p class="note">Loading profile…</p>
</div>
<p class="note">
This page shows data cached in the local SQLite database from the
bootstrap relay fetch. If fields show
<span class="missing">(not found)</span>, the relay fetch hasn't
completed or the user has no events of that kind on the bootstrap relays.
</p>
<script src="sovereign://profile.js"></script>
</body>
</html>