Skip to content

Commit

Permalink
v1.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
amastaneh committed Jun 5, 2024
1 parent 1aa3e8b commit 99994d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<meta property="og:site_name" content="GitHub Prime">
<meta property="og:url" content="https://GitHubPrime.com">
<meta property="og:type" content="website">
<meta property="og:image" content="/images/icon-128.png">
<meta property="og:image" content="./images/icon-128.png">
<meta property="og:description"
content="GitHub Prime is a powerful Chrome extension designed to enhance your GitHub experience with advanced features
and customization options. Boost your productivity with seamless integration and intuitive tools for developers.">
Expand All @@ -29,7 +29,7 @@
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@githubprime">
<meta name="twitter:creator" content="@githubprime">
<meta name="twitter:image" content="/images/icon-128.png">
<meta name="twitter:image" content="./images/icon-128.png">

<meta name="msapplication-TileColor" content="#da532c">
<meta name="apple-mobile-web-app-capable" content="yes" />
Expand All @@ -56,7 +56,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/js/all.min.js"
integrity="sha512-u3fPA7V8qQmhBPNT5quvaXVa1mnnLSXUep5PS1qo5NRzHwG19aHmNJnj1Q8hpA/nBWZtZD4r4AX6YOt5ynLN2g=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="/main.js"></script>
<script src="./main.js"></script>

</head>

Expand All @@ -65,7 +65,7 @@

<!-- ============= Header ============= -->
<header>
<img class="mx-auto" src="/images/github-prime-logo-510-t.png" alt="GitHub Prime" width="256" height="256" />
<img class="mx-auto" src="./images/github-prime-logo-510-t.png" alt="GitHub Prime" width="256" height="256" />
<h1 class="text-gray-900 text-4xl font-bold my-5">
GitHub Prime
</h1>
Expand Down

0 comments on commit 99994d5

Please sign in to comment.