-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
26 lines (26 loc) · 1.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#F8F5F0" />
<meta name="iSpeakerReact | yell0wsuit" content="" />
<link rel="apple-touch-icon" href="/images/icons/ios/192.png" />
<link rel="manifest" href="/manifest.json" />
<title>iSpeakerReact | yell0wsuit</title>
<link href="/styles/style.css" rel="stylesheet" />
<meta
name="description"
content="An English-learning interactive tool written in React, designed to help learners practice speaking and listening." />
<meta
name="keywords"
content="ispeaker, iSpeakerReact, oxford, react, vite, JavaScript, English-learning, english, interactive tool, speaking, listening, online exercise" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>