Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format index.html #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="UTF-8">
<title>Canary - Boltz Exchange</title>
<meta name="description" content="Boltz is a non-custodial Bitcoin bridge built to swap between different Bitcoin layers while staying in full control" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Boltz is a non-custodial Bitcoin bridge built to swap between different Bitcoin layers while staying in full control" >
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
<style>
body{
font-family: sans-serif;
Expand Down Expand Up @@ -53,14 +53,14 @@ <h1>Warrant Canary</h1>
</script>

<h2>Import these keys</h2>
<p>These keys belong to the Boltz Exchange administrators. You can import them into your gpg keychain to verify the messages.</p>
<p>These <strong>keys</strong> belong to the Boltz Exchange administrators. You can <strong>import</strong> them into your gpg keychain to <em>verify the messages.</em></p>
<pre>curl https://canary.boltz.exchange/pgp.asc | gpg --import</pre>

<h2>Verify this message</h2>
<p>The message above has been signed by one of the keys associated with a Boltz Exchange administrator. Import the keys from <a href="pgp.txt">here</a> and then verify this message.</p>
<pre>curl https://canary.boltz.exchange/message.txt.asc | gpg --verify</pre>
<hr>
<img src="boltz.svg" alt="Boltz Exchange Logo" width="210px" />
<img src="boltz.svg" alt="Boltz Exchange Logo" width="210" >
<h4>Boltz is a non-custodial Bitcoin bridge built to swap between different Bitcoin layers while staying in full control.</h4>
<p>For more information, visit <a href="https://boltz.exchange">boltz.exchange</a></p>
</body>
Expand Down