forked from
microcosm.blue/microcosm-rs
Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
1<!doctype html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <title>who-am-i</title>
6 <meta name="description" content="{{> description }}">
7 <meta property="og:type" content="website">
8 <meta property="og:description" content="{{> description}}">
9 <!-- <meta property="og:image" content=""> -->
10
11 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
12 <link href="/style.css" rel="stylesheet" type="text/css" />
13 </head>
14 <body>
15 {{> body}}
16 </body>
17</html>