-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.html
30 lines (30 loc) · 1.11 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
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="A web app to create and share code."
/>
<meta
name="keywords"
content="HTML, CSS, JavaScript, TypeScript, React, Node, Express, MongoDB, Web, Application, Code, Playground, Power, Power Playground"
/>
<meta property="og:title" content="Power Playground" />
<meta
property="og:description"
content="A web app to create and share code."
/>
<meta property="og:image" content="https://raw.githubusercontent.com/Power-Playground/app/main/resources/PP_cover_dark.png" />
<meta property="og:url" content="https://pplay.vercel.app/" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@yijie4188y" />
<link rel="shortcut icon" href="./resources/PP_P.svg" type="image/x-icon" />
<title>Power Playground</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>