Skip to content

Commit

Permalink
deploy: 1f57d57
Browse files Browse the repository at this point in the history
  • Loading branch information
mityaua committed Nov 5, 2024
1 parent 3469457 commit 07d2848
Showing 1 changed file with 43 additions and 31 deletions.
74 changes: 43 additions & 31 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,36 +1,48 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/irregular-verbs-table/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/irregular-verbs-table/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<!-- Primary Meta Tags -->
<title>List of irregular verbs</title>
<meta name="title" content="List of irregular verbs" />
<meta name="description" content="List of English irregular verbs (infinitive, past simple and past participle)" />
<meta name="author" content="mityaua" />
<meta name="copyright" content="mityaua" />
<meta name="robots" content="index, follow" />
<meta name="rating" content="safe for kids" />
<!-- Primary Meta Tags -->
<title>List of irregular verbs</title>
<meta name="title" content="List of irregular verbs" />
<meta name="description" content="List of English irregular verbs (infinitive, past simple and past participle)" />
<meta name="author" content="mityaua" />
<meta name="copyright" content="mityaua" />
<meta name="robots" content="index, follow" />
<meta name="rating" content="safe for kids" />

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://mityaua.github.io/irregular-verbs-table/" />
<meta property="og:title" content="List of irregular verbs" />
<meta property="og:description" content="WList of English irregular verbs (infinitive, past simple and past participle)" />
<meta property="og:image" content="https://raw.githubusercontent.com/mityaua/irregular-verbs-table/main/public/meta.jpg" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://mityaua.github.io/irregular-verbs-table/" />
<meta property="og:title" content="List of irregular verbs" />
<meta
property="og:description"
content="List of English irregular verbs (infinitive, past simple and past participle)"
/>
<meta
property="og:image"
content="https://raw.githubusercontent.com/mityaua/irregular-verbs-table/main/public/meta.jpg"
/>

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://mityaua.github.io/irregular-verbs-table/" />
<meta property="twitter:title" content="List of irregular verbs" />
<meta property="twitter:description" content="List of English irregular verbs (infinitive, past simple and past participle)" />
<meta property="twitter:image" content="https://raw.githubusercontent.com/mityaua/irregular-verbs-table/main/public/meta.jpg" />
<script type="module" crossorigin src="/irregular-verbs-table/assets/index-ComyH0cp.js"></script>
<link rel="stylesheet" crossorigin href="/irregular-verbs-table/assets/index-CglpsrfT.css">
</head>
<body>
<div id="app"></div>
</body>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://mityaua.github.io/irregular-verbs-table/" />
<meta property="twitter:title" content="List of irregular verbs" />
<meta
property="twitter:description"
content="List of English irregular verbs (infinitive, past simple and past participle)"
/>
<meta
property="twitter:image"
content="https://raw.githubusercontent.com/mityaua/irregular-verbs-table/main/public/meta.jpg"
/>
<script type="module" crossorigin src="/irregular-verbs-table/assets/index-ComyH0cp.js"></script>
<link rel="stylesheet" crossorigin href="/irregular-verbs-table/assets/index-CglpsrfT.css">
</head>
<body>
<div id="app"></div>
</body>
</html>

0 comments on commit 07d2848

Please sign in to comment.