-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 949 Bytes
/
index.html
File metadata and controls
18 lines (18 loc) · 949 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<meta property='og:title' content='Coding Practice • Spaced repetition applied to leetcode problems'/>
<meta property='og:image' content='https://raw.githubusercontent.com/uxdxdev/codingpractice/main/src/assets/coding-practice.PNG'/>
<meta property='og:description' content='Using spaced repitition this app provides a link to a coding challenge that you need to practice. Coding challenges are taken from the Grind75 list of leetcode problems.'/>
<meta property='og:url' content='https://uxdx.dev/codingpractice/'/>
<title>Coding Practice</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>