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

Commit

Permalink
feat: add meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjuan committed Oct 12, 2020
1 parent f45ecdb commit 5b90c44
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="title" content="typescript eslint demo">
<meta name="description" content="typescript eslint demo">
<meta name="keywords" content="typescript, eslint, typescript-eslint, demo, typescript-eslint-demo">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="revisit-after" content="1 days">
<meta name="author" content="yeonjuan">
<title>TypeScript-ESLint Demo</title>
<style>
body {
Expand Down

0 comments on commit 5b90c44

Please sign in to comment.