Skip to content

Commit

Permalink
Web app update for index.html, og pictures and icons
Browse files Browse the repository at this point in the history
  • Loading branch information
lwchkg committed Dec 23, 2023
1 parent ad4abc8 commit 67cf51c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 16 deletions.
Binary file modified icons/Icon-maskable-192.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 modified icons/Icon-maskable-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 20 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,24 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<!--
If you are serving your web app in a path other than the root, change the
href value below to reflect the base path you are serving from.
The path provided below has to start and end with a slash "/" in order for
it to work correctly.
For more details:
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
This is a placeholder for base href that will be replaced by the value of
the `--base-href` argument provided to `flutter build`.
-->
<base href="/sunrise_sunset_calculator/">

<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="A new Flutter project.">

<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
Expand All @@ -29,12 +15,30 @@
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>

<title>sunrise_sunset_calculator</title>
<link rel="manifest" href="manifest.json">

<!-- HTML Meta Tags -->
<title>Sunrise and Sunset Times</title>
<meta name="description" content="Calculator of sunrise and sunset times of any date in your location.">

<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://lwchkg.github.io/sunrise_sunset_calculator/">
<meta property="og:type" content="website">
<meta property="og:title" content="Sunrise and Sunset Times">
<meta property="og:description" content="Calculator of sunrise and sunset times of any date in your location.">
<meta property="og:image" content="https://lwchkg.github.io/sunrise_sunset_calculator/opengraph.webp">

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="lwchkg.github.io">
<meta property="twitter:url" content="https://lwchkg.github.io/sunrise_sunset_calculator/">
<meta name="twitter:title" content="Sunrise and Sunset Times">
<meta name="twitter:description" content="Calculator of sunrise and sunset times of any date in your location.">
<meta name="twitter:image" content="https://lwchkg.github.io/sunrise_sunset_calculator/opengraph.webp">

<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "3062881952";
const serviceWorkerVersion = "2670463640";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down
Binary file added opengraph.webp
Binary file not shown.

0 comments on commit 67cf51c

Please sign in to comment.