-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 783 Bytes
/
Copy pathindex.html
File metadata and controls
27 lines (27 loc) · 783 Bytes
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
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/png"
href="/src/assets/images/ThinkInk-icon.png"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta
name="description"
content="ThinkInk is a platform for translating your thoughts and ideas to text."
/>
<meta
name="keywords"
content="ThinkInk, ThinkInk platform, ThinkInk social media, ThinkInk thoughts, ThinkInk ideas"
/>
<meta name="author" content="yousef fathy" />
<title>ThinkInk</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>