Skip to content

Commit

Permalink
fix: index html syntax
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Oct 10, 2024
1 parent e33b2cb commit 06d72fd
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,35 @@
<html lang="en">

<head>
<meta charset="utf-8" />
<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#f8f8f2" />
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343746" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#f8f8f2">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343746">

<meta name="description"
content="A personal budgeting app that helps you figure out where your money went, plan your budget ahead of time and analyze past expenditures." />
content="A personal budgeting app that helps you figure out where your money went, plan your budget ahead of time and analyze past expenditures.">
<meta name="author" content="rare-magma">

<meta property="og:type" content="website" />
<meta property="og:type" content="website">
<meta property="og:description"
content="A personal budgeting app that helps you figure out where your money went, plan your budget ahead of time and analyze past expenditures." />
content="A personal budgeting app that helps you figure out where your money went, plan your budget ahead of time and analyze past expenditures.">
<meta property="og:title" content="guitos, a personal budgeting app">
<meta property="og:image" content="https://guitos.app/favicon.svg">
<meta property="og:url" content="https://guitos.app" />
<meta property="og:locale" content="en_US" />
<meta property="og:url" content="https://guitos.app">
<meta property="og:locale" content="en_US">

<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@rare_magma" />
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@rare_magma">
<meta name="twitter:image" content="https://guitos.app/favicon.svg">
<meta name="twitter:creator" content="@rare_magma" />
<meta name="twitter:title" content="guitos, a personal budgeting app" />
<meta name="twitter:creator" content="@rare_magma">
<meta name="twitter:title" content="guitos, a personal budgeting app">
<meta name="twitter:description"
content="guitos helps you figure out where your money went, plan your budget ahead of time and analyze past expenditures." />
content="guitos helps you figure out where your money went, plan your budget ahead of time and analyze past expenditures.">

<link rel="icon" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/favicon.svg" />
<link rel="manifest" href="/manifest.json" />
<link rel="icon" href="/favicon.svg">
<link rel="apple-touch-icon" href="/favicon.svg">
<link rel="manifest" href="/manifest.json">

<title>guitos</title>
</head>
Expand Down

0 comments on commit 06d72fd

Please sign in to comment.