-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 1.08 KB
/
Copy pathindex.html
File metadata and controls
21 lines (21 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GitHub Battle - RPG Arena</title>
<meta name="description" content="Create battle rooms and see who's the most active dev on GitHub! Territory conquest based on real activity." />
<meta property="og:type" content="website" />
<meta property="og:title" content="GitHub Battle Arena" />
<meta property="og:description" content="Create battle rooms and see who's the most active dev on GitHub! Territory conquest based on real activity." />
<meta property="og:site_name" content="GitHub Battle Arena" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="GitHub Battle Arena" />
<meta name="twitter:description" content="Create battle rooms and see who's the most active dev on GitHub!" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>