-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
42 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,47 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/svg+xml" href="/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="/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" /> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
<script type="module" src="/src/main.ts"></script> | ||
</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" | ||
/> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
<script type="module" src="/src/main.ts"></script> | ||
</body> | ||
</html> |