diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/404.html | 2 | ||||
| -rw-r--r-- | static/build.html | 2 | ||||
| -rw-r--r-- | static/contact.html | 2 | ||||
| -rw-r--r-- | static/donate.html | 4 | ||||
| -rw-r--r-- | static/faq.html | 2 | ||||
| -rw-r--r-- | static/features.html | 2 | ||||
| -rw-r--r-- | static/grapheneos.css | 4 | ||||
| -rw-r--r-- | static/index.html | 2 | ||||
| -rw-r--r-- | static/install.html | 2 | ||||
| -rw-r--r-- | static/pdfviewer-privacy-policy.html | 2 | ||||
| -rw-r--r-- | static/releases.html | 2 | ||||
| -rw-r--r-- | static/source.html | 2 | ||||
| -rw-r--r-- | static/usage.html | 2 |
13 files changed, 15 insertions, 15 deletions
diff --git a/static/404.html b/static/404.html index 1300f4c1..40ef8ac3 100644 --- a/static/404.html +++ b/static/404.html @@ -20,7 +20,7 @@ <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/> <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/> <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/> - <link rel="stylesheet" href="/grapheneos.css?22"/> + <link rel="stylesheet" href="/grapheneos.css?23"/> <link rel="manifest" href="/manifest.webmanifest"/> </head> <body> diff --git a/static/build.html b/static/build.html index 96c7d3f6..11c7bb94 100644 --- a/static/build.html +++ b/static/build.html @@ -21,7 +21,7 @@ <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/> <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/> <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/> - <link rel="stylesheet" href="/grapheneos.css?22"/> + <link rel="stylesheet" href="/grapheneos.css?23"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/build"/> <script type="module" src="/redirect.js?6"></script> diff --git a/static/contact.html b/static/contact.html index 421daf57..d9bd6b20 100644 --- a/static/contact.html +++ b/static/contact.html @@ -21,7 +21,7 @@ <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/> <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/> <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/> - <link rel="stylesheet" href="/grapheneos.css?22"/> + <link rel="stylesheet" href="/grapheneos.css?23"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/contact"/> </head> diff --git a/static/donate.html b/static/donate.html index 0bf7c36e..bc672d7b 100644 --- a/static/donate.html +++ b/static/donate.html @@ -21,7 +21,7 @@ <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/> <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/> <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/> - <link rel="stylesheet" href="/grapheneos.css?22"/> + <link rel="stylesheet" href="/grapheneos.css?23"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/donate"/> </head> @@ -48,7 +48,7 @@ <p>You can send Bitcoin donations to the following address to support this project:</p> - <div id="bitcoin_address"> + <div id="bitcoin-address"> <a href="bitcoin:bc1qy6fhm8p00p3h3w5rrcp2h2wejeeqn7x6y7xs2p?label=GrapheneOS&message=Donation%20to%20GrapheneOS"> <img src="/bitcoin-donation.png" alt="Bitcoin donation QR code" width="180" height="180"/> <p>bc1qy6fhm8p00p3h3w5rrcp2h2wejeeqn7x6y7xs2p</p> diff --git a/static/faq.html b/static/faq.html index 0512c955..131f9881 100644 --- a/static/faq.html +++ b/static/faq.html @@ -21,7 +21,7 @@ <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/> <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/> <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/> - <link rel="stylesheet" href="/grapheneos.css?22"/> + <link rel="stylesheet" href="/grapheneos.css?23"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/faq"/> <script type="module" src="/redirect.js?6"></script> diff --git a/static/features.html b/static/features.html index ff02ab60..49df98a9 100644 --- a/static/features.html +++ b/static/features.html @@ -21,7 +21,7 @@ <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/> <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/> <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/> - <link rel="stylesheet" href="/grapheneos.css?22"/> + <link rel="stylesheet" href="/grapheneos.css?23"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/features"/> </head> diff --git a/static/grapheneos.css b/static/grapheneos.css index 3075f948..ddc261d6 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -90,11 +90,11 @@ main { overflow-wrap: break-word; } -#bitcoin_address { +#bitcoin-address { display: inline-block; } -#bitcoin_address > * { +#bitcoin-address > * { display: block; margin-left: auto; margin-right: auto; diff --git a/static/index.html b/static/index.html index 783e68bc..867700e4 100644 --- a/static/index.html +++ b/static/index.html @@ -21,7 +21,7 @@ <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/> <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/> <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/> - <link rel="stylesheet" href="/grapheneos.css?22"/> + <link rel="stylesheet" href="/grapheneos.css?23"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/"/> <script type="module" src="/redirect.js?6"></script> diff --git a/static/install.html b/static/install.html index 22e72538..367e39a0 100644 --- a/static/install.html +++ b/static/install.html @@ -21,7 +21,7 @@ <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/> <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/> <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/> - <link rel="stylesheet" href="/grapheneos.css?22"/> + <link rel="stylesheet" href="/grapheneos.css?23"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/install"/> </head> diff --git a/static/pdfviewer-privacy-policy.html b/static/pdfviewer-privacy-policy.html index 398f62b2..ab54d79f 100644 --- a/static/pdfviewer-privacy-policy.html +++ b/static/pdfviewer-privacy-policy.html @@ -21,7 +21,7 @@ <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/> <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/> <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/> - <link rel="stylesheet" href="/grapheneos.css?22"/> + <link rel="stylesheet" href="/grapheneos.css?23"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/pdfviewer-privacy-policy"/> </head> diff --git a/static/releases.html b/static/releases.html index 1f265f10..a54b6b2b 100644 --- a/static/releases.html +++ b/static/releases.html @@ -21,7 +21,7 @@ <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/> <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/> <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/> - <link rel="stylesheet" href="/grapheneos.css?22"/> + <link rel="stylesheet" href="/grapheneos.css?23"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/releases"/> <link rel="alternate" type="application/atom+xml" href="/releases.atom"/> diff --git a/static/source.html b/static/source.html index 7833f29b..8ced8b9a 100644 --- a/static/source.html +++ b/static/source.html @@ -21,7 +21,7 @@ <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/> <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/> <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/> - <link rel="stylesheet" href="/grapheneos.css?22"/> + <link rel="stylesheet" href="/grapheneos.css?23"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/source"/> </head> diff --git a/static/usage.html b/static/usage.html index 78455df2..dc3a1f14 100644 --- a/static/usage.html +++ b/static/usage.html @@ -21,7 +21,7 @@ <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/> <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/> <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/> - <link rel="stylesheet" href="/grapheneos.css?22"/> + <link rel="stylesheet" href="/grapheneos.css?23"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/usage"/> <script type="module" src="/redirect.js?6"></script> |
