mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-23 07:19:28 -07:00
25 lines
783 B
Text
25 lines
783 B
Text
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
|
|
| Page generated by
|
|
a(href='/') Keyoxide
|
|
| .
|
|
|
|
script(src='/static/openpgp.min.js')
|
|
script(type='application/javascript' src='/static/scripts.js' charset='utf-8')
|