-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
21 lines (21 loc) · 955 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Template for create react app using webpack and typescript." />
<meta
name="keywords"
content="react, typescript, webpack, react-router, styled-components, i18next, eslint, prettier, husky, commitlint"
/>
<meta name="robots" content="index, follow" />
<meta name="author" content="Martik Avagyan <dev@martikavagyan.com> (https://github.com/m-avagyan)" />
<title>Webpack React TypeScript Template</title>
<link rel="sitemap" type="application/xml" href="/sitemap.xml" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>