Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit 5b90c44

Browse files
committed
feat: add meta tag
1 parent f45ecdb commit 5b90c44

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/index.html

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5+
<meta name="title" content="typescript eslint demo">
6+
<meta name="description" content="typescript eslint demo">
7+
<meta name="keywords" content="typescript, eslint, typescript-eslint, demo, typescript-eslint-demo">
8+
<meta name="robots" content="index, follow">
9+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10+
<meta name="language" content="English">
11+
<meta name="revisit-after" content="1 days">
12+
<meta name="author" content="yeonjuan">
513
<title>TypeScript-ESLint Demo</title>
614
<style>
715
body {

0 commit comments

Comments
 (0)