-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 965 Bytes
/
Copy pathindex.html
File metadata and controls
29 lines (29 loc) · 965 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
28
29
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#ffffff" />
<meta
name="description"
content="Moj Reddit | Reddit website clone with React, Typescript and Firebase"
/>
<meta property="og:URL" content="./og-image.png" />
<meta property="og:type" content="article" />
<meta
property="og:title"
content="The front page of the internet | Moj Reddit"
/>
<meta
property="og:description"
content="Reddit clone made with React, Typescript and Firebase"
/>
<meta property="og:image" content="./og-image.png" />
<title>The front page of the Internet | Moj Reddit</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>