Skip to content

Commit

Permalink
Publish 2024-07-26
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderby committed Jul 26, 2024
1 parent 165246b commit 3f7ba11
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions safari/qr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
<meta property="og:type" content="website">
<meta property="og:site_name" content="Dark Reader">
<meta property="og:url" content="https://darkreader.org/timeline">
<meta property="og:title" content="Timeline — Dark Reader">
<meta property="og:title" content="iOS QR code — Download Dark Reader for Safari">
<meta property="og:image" content="https://darkreader.org/images/icon-256.png">
<meta property="og:description" content="We develop Dark Reader since 2014. Explore a timeline of our journey.">
<meta name="description" content="We develop Dark Reader since 2014. Explore a timeline of our journey.">
<script src="script.js" type="module"></script>
<meta http-equiv="refresh" content="1; url=https://apps.apple.com/us/app/dark-reader-for-safari/id1438243180?platform=iphone" />
<style>
html {
Expand Down Expand Up @@ -48,8 +47,8 @@
</head>

<body>
<a class="banner" href="../">
<img class="banner__image" src="../../images/darkreader-safari-banner.svg" />
<a class="banner" href="../../">
<img class="banner__image" src="/images/darkreader-safari-banner.svg" />
</a>

<h2>
Expand All @@ -67,7 +66,7 @@ <h2>
</p>
</footer>

<script type="module" src="../elements/stats.js"></script>
<script type="module" src="/elements/stats.js"></script>

</body>

Expand Down

0 comments on commit 3f7ba11

Please sign in to comment.