2020-08-07 17:06:08 -06:00
|
|
|
doctype html
|
|
|
|
head
|
|
|
|
meta(charset='utf-8')
|
|
|
|
meta(name='viewport' content='width=device-width, initial-scale=1')
|
|
|
|
link(rel='shortcut icon' href='/favicon.svg')
|
|
|
|
title Keyoxide
|
|
|
|
link(rel='stylesheet' href='/static/styles.css')
|
|
|
|
|
|
|
|
main.container.container--profile
|
|
|
|
.content
|
|
|
|
span#profileUid(style='display: none;') #{uid}
|
|
|
|
span#profileMode(style='display: none;') #{mode}
|
|
|
|
#profileHeader
|
|
|
|
img#profileAvatar(src='/static/img/avatar_placeholder.png' alt='avatar' style='display: none')
|
|
|
|
p#profileName
|
|
|
|
#profileData
|
|
|
|
p Loading keys & verifying proofs…
|
|
|
|
footer
|
|
|
|
p
|
2020-08-14 12:16:14 -06:00
|
|
|
| Generated by
|
2020-08-07 17:06:08 -06:00
|
|
|
a(href='/') Keyoxide
|
2020-08-14 12:16:14 -06:00
|
|
|
| (
|
|
|
|
a(href="https://codeberg.org/keyoxide/web/releases")= env.npm_package_version
|
|
|
|
| ).
|
2020-08-07 17:06:08 -06:00
|
|
|
|
2020-08-14 07:42:33 -06:00
|
|
|
script(src='/static/openpgp.min.js')
|
2020-08-14 08:23:32 -06:00
|
|
|
script(type='application/javascript' src='/static/scripts.js' charset='utf-8')
|