-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
24 lines (21 loc) · 1.15 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/octopus.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>octree.io</title>
<meta name="description" content="A platform for solving algorithmic problems socially and preparing for technical interviews, inspired by binarysearch.io." />
<meta name="keywords" content="octree, coding, algorithm problems, leetcode, social platform, coding challenges, interview, interview prep, binarysearch.io" />
<meta property="og:title" content="octree.io" />
<meta property="og:description" content="A platform for solving algorithmic problems socially and preparing for technical interviews, inspired by binarysearch.io." />
<meta property="og:image" content="https://cdn.octree.io/octopus.png" />
<meta property="og:url" content="https://octree.io" />
<meta property="og:type" content="website" />
<script src="https://accounts.google.com/gsi/client" async defer></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>