mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-23 07:19:28 -07:00
Change place of h1 title in util/*
This commit is contained in:
parent
9c13996d9f
commit
b633253c95
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?php $this->layout('template.base', ['title' => $title]) ?>
|
<?php $this->layout('template.base', ['title' => $title]) ?>
|
||||||
|
|
||||||
<h1>Profile URL</h1>
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
<h1>Profile URL</h1>
|
||||||
<form id="form-util-profile-url" method="post">
|
<form id="form-util-profile-url" method="post">
|
||||||
<p>This tool generates an URL for your Keyoxide profile page.</p>
|
<p>This tool generates an URL for your Keyoxide profile page.</p>
|
||||||
<h3>Public key</h3>
|
<h3>Public key</h3>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php $this->layout('template.base', ['title' => $title]) ?>
|
<?php $this->layout('template.base', ['title' => $title]) ?>
|
||||||
|
|
||||||
<h1>QR Code</h1>
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
<h1>QR Code</h1>
|
||||||
<form id="form-util-qr" method="post">
|
<form id="form-util-qr" method="post">
|
||||||
<p>This tool generates a QR code containing the fingerprint of your public key (<a href="https://github.com/open-keychain/open-keychain/wiki/QR-Codes">format</a>). This QR code can be scanned by apps like <a href="https://www.openkeychain.org/">OpenKeyChain</a>.</p>
|
<p>This tool generates a QR code containing the fingerprint of your public key (<a href="https://github.com/open-keychain/open-keychain/wiki/QR-Codes">format</a>). This QR code can be scanned by apps like <a href="https://www.openkeychain.org/">OpenKeyChain</a>.</p>
|
||||||
<h3>Fingerprint</h3>
|
<h3>Fingerprint</h3>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php $this->layout('template.base', ['title' => $title]) ?>
|
<?php $this->layout('template.base', ['title' => $title]) ?>
|
||||||
|
|
||||||
<h1>WKD Local Part</h1>
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
<h1>WKD Local Part</h1>
|
||||||
<form id="form-util-wkd" method="post">
|
<form id="form-util-wkd" method="post">
|
||||||
<p>This tool computes the part of the URL that corresponds to the username when <a href="https://keyoxide.org/guides/web-key-directory">uploading keys using web key directory</a>.</p>
|
<p>This tool computes the part of the URL that corresponds to the username when <a href="https://keyoxide.org/guides/web-key-directory">uploading keys using web key directory</a>.</p>
|
||||||
<h3>Input</h3>
|
<h3>Input</h3>
|
||||||
|
|
Loading…
Reference in a new issue