Change place of h1 title in util/*

This commit is contained in:
Sebastian Korotkiewicz 2020-07-18 22:22:13 +02:00
parent 9c13996d9f
commit b633253c95
No known key found for this signature in database
GPG key ID: 5BDC557B496BDB0D
3 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>