Skip to content

Commit

Permalink
Add branding (seo is my passion)
Browse files Browse the repository at this point in the history
  • Loading branch information
IceBotYT committed Apr 14, 2024
1 parent ae482c7 commit 5efe9c4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
Binary file added images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/og_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 15 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,26 @@
name="description"
content="Plenty of countdowns for different weather products."
/>
<meta name="og:title" content="SPCountdown" />
<meta
name="og:description"
content="Plenty of countdowns for different weather products."
/>
<meta
name="og:image"
content="https://icebotyt.github.io/SPCountdown/images/og_image.png"
/>
<meta name="og:url" content="https://icebotyt.github.io/SPCountdown/" />
<meta name="og:type" content="website" />
</head>
<body>
<div class="px-4 py-5 my-5 text-center">
<!-- <img
<img
class="d-block mx-auto mb-4"
src="/docs/5.3/assets/brand/bootstrap-logo.svg"
src="/images/logo.png"
alt=""
width="72"
height="57"
/> -->
width="120"
/>
<h1 class="display-5 fw-bold text-body-emphasis">SPCountdown</h1>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4">
Expand Down

0 comments on commit 5efe9c4

Please sign in to comment.