ccusage-ui 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/public/share/{starter.html → bronze.html} +8 -9
- package/public/share/{pro.html → challenger.html} +8 -9
- package/public/share/{mega.html → diamond.html} +8 -9
- package/public/share/{power.html → emerald.html} +8 -9
- package/public/share/gold.html +27 -0
- package/public/share/grandmaster.html +27 -0
- package/public/share/iron.html +27 -0
- package/public/share/master.html +27 -0
- package/public/share/platinum.html +27 -0
- package/public/share/silver.html +27 -0
- package/public/share/legendary.html +0 -28
package/package.json
CHANGED
|
@@ -2,23 +2,22 @@
|
|
|
2
2
|
<html lang="en">
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
|
-
<title>
|
|
6
|
-
|
|
5
|
+
<title>Bronze - Claude Code Usage</title>
|
|
6
|
+
|
|
7
7
|
<!-- Open Graph / Facebook -->
|
|
8
8
|
<meta property="og:type" content="website">
|
|
9
|
-
<meta property="og:url" content="https://sowonlabs.github.io/ccusage-ui/share/
|
|
10
|
-
<meta property="og:title" content="I'm a
|
|
11
|
-
<meta property="og:description" content="My AI usage pace is
|
|
9
|
+
<meta property="og:url" content="https://sowonlabs.github.io/ccusage-ui/share/bronze.html">
|
|
10
|
+
<meta property="og:title" content="I'm a Bronze AI User">
|
|
11
|
+
<meta property="og:description" content="My AI usage pace is over 5M tokens/month. Check your stats: npx ccusage-ui">
|
|
12
12
|
<meta property="og:image" content="https://sowonlabs.github.io/ccusage-ui/screenshot.png">
|
|
13
13
|
|
|
14
14
|
<!-- Twitter -->
|
|
15
15
|
<meta property="twitter:card" content="summary_large_image">
|
|
16
|
-
<meta property="twitter:url" content="https://sowonlabs.github.io/ccusage-ui/share/
|
|
17
|
-
<meta property="twitter:title" content="I'm a
|
|
18
|
-
<meta property="twitter:description" content="My AI usage pace is
|
|
16
|
+
<meta property="twitter:url" content="https://sowonlabs.github.io/ccusage-ui/share/bronze.html">
|
|
17
|
+
<meta property="twitter:title" content="I'm a Bronze AI User">
|
|
18
|
+
<meta property="twitter:description" content="My AI usage pace is over 5M tokens/month. Check your stats: npx ccusage-ui">
|
|
19
19
|
<meta property="twitter:image" content="https://sowonlabs.github.io/ccusage-ui/screenshot.png">
|
|
20
20
|
|
|
21
|
-
<!-- Redirect to main repo -->
|
|
22
21
|
<script>window.location.href = "https://github.com/sowonlabs/ccusage-ui";</script>
|
|
23
22
|
<meta http-equiv="refresh" content="0;url=https://github.com/sowonlabs/ccusage-ui" />
|
|
24
23
|
</head>
|
|
@@ -2,23 +2,22 @@
|
|
|
2
2
|
<html lang="en">
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
|
-
<title>
|
|
6
|
-
|
|
5
|
+
<title>Challenger - Claude Code Usage</title>
|
|
6
|
+
|
|
7
7
|
<!-- Open Graph / Facebook -->
|
|
8
8
|
<meta property="og:type" content="website">
|
|
9
|
-
<meta property="og:url" content="https://sowonlabs.github.io/ccusage-ui/share/
|
|
10
|
-
<meta property="og:title" content="I'm a
|
|
11
|
-
<meta property="og:description" content="My AI usage pace is over
|
|
9
|
+
<meta property="og:url" content="https://sowonlabs.github.io/ccusage-ui/share/challenger.html">
|
|
10
|
+
<meta property="og:title" content="I'm a Challenger AI User">
|
|
11
|
+
<meta property="og:description" content="My AI usage pace is over 1.5B tokens/month (World #1 Level). Check your stats: npx ccusage-ui">
|
|
12
12
|
<meta property="og:image" content="https://sowonlabs.github.io/ccusage-ui/screenshot.png">
|
|
13
13
|
|
|
14
14
|
<!-- Twitter -->
|
|
15
15
|
<meta property="twitter:card" content="summary_large_image">
|
|
16
|
-
<meta property="twitter:url" content="https://sowonlabs.github.io/ccusage-ui/share/
|
|
17
|
-
<meta property="twitter:title" content="I'm a
|
|
18
|
-
<meta property="twitter:description" content="My AI usage pace is over
|
|
16
|
+
<meta property="twitter:url" content="https://sowonlabs.github.io/ccusage-ui/share/challenger.html">
|
|
17
|
+
<meta property="twitter:title" content="I'm a Challenger AI User">
|
|
18
|
+
<meta property="twitter:description" content="My AI usage pace is over 1.5B tokens/month (World #1 Level). Check your stats: npx ccusage-ui">
|
|
19
19
|
<meta property="twitter:image" content="https://sowonlabs.github.io/ccusage-ui/screenshot.png">
|
|
20
20
|
|
|
21
|
-
<!-- Redirect to main repo -->
|
|
22
21
|
<script>window.location.href = "https://github.com/sowonlabs/ccusage-ui";</script>
|
|
23
22
|
<meta http-equiv="refresh" content="0;url=https://github.com/sowonlabs/ccusage-ui" />
|
|
24
23
|
</head>
|
|
@@ -2,23 +2,22 @@
|
|
|
2
2
|
<html lang="en">
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
|
-
<title>
|
|
6
|
-
|
|
5
|
+
<title>Diamond - Claude Code Usage</title>
|
|
6
|
+
|
|
7
7
|
<!-- Open Graph / Facebook -->
|
|
8
8
|
<meta property="og:type" content="website">
|
|
9
|
-
<meta property="og:url" content="https://sowonlabs.github.io/ccusage-ui/share/
|
|
10
|
-
<meta property="og:title" content="I'm a
|
|
11
|
-
<meta property="og:description" content="My AI usage pace is over
|
|
9
|
+
<meta property="og:url" content="https://sowonlabs.github.io/ccusage-ui/share/diamond.html">
|
|
10
|
+
<meta property="og:title" content="I'm a Diamond AI User">
|
|
11
|
+
<meta property="og:description" content="My AI usage pace is over 300M tokens/month (Top 1%). Check your stats: npx ccusage-ui">
|
|
12
12
|
<meta property="og:image" content="https://sowonlabs.github.io/ccusage-ui/screenshot.png">
|
|
13
13
|
|
|
14
14
|
<!-- Twitter -->
|
|
15
15
|
<meta property="twitter:card" content="summary_large_image">
|
|
16
|
-
<meta property="twitter:url" content="https://sowonlabs.github.io/ccusage-ui/share/
|
|
17
|
-
<meta property="twitter:title" content="I'm a
|
|
18
|
-
<meta property="twitter:description" content="My AI usage pace is over
|
|
16
|
+
<meta property="twitter:url" content="https://sowonlabs.github.io/ccusage-ui/share/diamond.html">
|
|
17
|
+
<meta property="twitter:title" content="I'm a Diamond AI User">
|
|
18
|
+
<meta property="twitter:description" content="My AI usage pace is over 300M tokens/month (Top 1%). Check your stats: npx ccusage-ui">
|
|
19
19
|
<meta property="twitter:image" content="https://sowonlabs.github.io/ccusage-ui/screenshot.png">
|
|
20
20
|
|
|
21
|
-
<!-- Redirect to main repo -->
|
|
22
21
|
<script>window.location.href = "https://github.com/sowonlabs/ccusage-ui";</script>
|
|
23
22
|
<meta http-equiv="refresh" content="0;url=https://github.com/sowonlabs/ccusage-ui" />
|
|
24
23
|
</head>
|
|
@@ -2,23 +2,22 @@
|
|
|
2
2
|
<html lang="en">
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
|
-
<title>
|
|
6
|
-
|
|
5
|
+
<title>Emerald - Claude Code Usage</title>
|
|
6
|
+
|
|
7
7
|
<!-- Open Graph / Facebook -->
|
|
8
8
|
<meta property="og:type" content="website">
|
|
9
|
-
<meta property="og:url" content="https://sowonlabs.github.io/ccusage-ui/share/
|
|
10
|
-
<meta property="og:title" content="I'm
|
|
11
|
-
<meta property="og:description" content="My AI usage pace is over
|
|
9
|
+
<meta property="og:url" content="https://sowonlabs.github.io/ccusage-ui/share/emerald.html">
|
|
10
|
+
<meta property="og:title" content="I'm an Emerald AI User">
|
|
11
|
+
<meta property="og:description" content="My AI usage pace is over 100M tokens/month. Check your stats: npx ccusage-ui">
|
|
12
12
|
<meta property="og:image" content="https://sowonlabs.github.io/ccusage-ui/screenshot.png">
|
|
13
13
|
|
|
14
14
|
<!-- Twitter -->
|
|
15
15
|
<meta property="twitter:card" content="summary_large_image">
|
|
16
|
-
<meta property="twitter:url" content="https://sowonlabs.github.io/ccusage-ui/share/
|
|
17
|
-
<meta property="twitter:title" content="I'm
|
|
18
|
-
<meta property="twitter:description" content="My AI usage pace is over
|
|
16
|
+
<meta property="twitter:url" content="https://sowonlabs.github.io/ccusage-ui/share/emerald.html">
|
|
17
|
+
<meta property="twitter:title" content="I'm an Emerald AI User">
|
|
18
|
+
<meta property="twitter:description" content="My AI usage pace is over 100M tokens/month. Check your stats: npx ccusage-ui">
|
|
19
19
|
<meta property="twitter:image" content="https://sowonlabs.github.io/ccusage-ui/screenshot.png">
|
|
20
20
|
|
|
21
|
-
<!-- Redirect to main repo -->
|
|
22
21
|
<script>window.location.href = "https://github.com/sowonlabs/ccusage-ui";</script>
|
|
23
22
|
<meta http-equiv="refresh" content="0;url=https://github.com/sowonlabs/ccusage-ui" />
|
|
24
23
|
</head>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<title>Gold - Claude Code Usage</title>
|
|
6
|
+
|
|
7
|
+
<!-- Open Graph / Facebook -->
|
|
8
|
+
<meta property="og:type" content="website">
|
|
9
|
+
<meta property="og:url" content="https://sowonlabs.github.io/ccusage-ui/share/gold.html">
|
|
10
|
+
<meta property="og:title" content="I'm a Gold AI User">
|
|
11
|
+
<meta property="og:description" content="My AI usage pace is over 30M tokens/month. Check your stats: npx ccusage-ui">
|
|
12
|
+
<meta property="og:image" content="https://sowonlabs.github.io/ccusage-ui/screenshot.png">
|
|
13
|
+
|
|
14
|
+
<!-- Twitter -->
|
|
15
|
+
<meta property="twitter:card" content="summary_large_image">
|
|
16
|
+
<meta property="twitter:url" content="https://sowonlabs.github.io/ccusage-ui/share/gold.html">
|
|
17
|
+
<meta property="twitter:title" content="I'm a Gold AI User">
|
|
18
|
+
<meta property="twitter:description" content="My AI usage pace is over 30M tokens/month. Check your stats: npx ccusage-ui">
|
|
19
|
+
<meta property="twitter:image" content="https://sowonlabs.github.io/ccusage-ui/screenshot.png">
|
|
20
|
+
|
|
21
|
+
<script>window.location.href = "https://github.com/sowonlabs/ccusage-ui";</script>
|
|
22
|
+
<meta http-equiv="refresh" content="0;url=https://github.com/sowonlabs/ccusage-ui" />
|
|
23
|
+
</head>
|
|
24
|
+
<body>
|
|
25
|
+
<p>Redirecting to <a href="https://github.com/sowonlabs/ccusage-ui">ccusage-ui</a>...</p>
|
|
26
|
+
</body>
|
|
27
|
+
</html>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<title>Grandmaster - Claude Code Usage</title>
|
|
6
|
+
|
|
7
|
+
<!-- Open Graph / Facebook -->
|
|
8
|
+
<meta property="og:type" content="website">
|
|
9
|
+
<meta property="og:url" content="https://sowonlabs.github.io/ccusage-ui/share/grandmaster.html">
|
|
10
|
+
<meta property="og:title" content="I'm a Grandmaster AI User">
|
|
11
|
+
<meta property="og:description" content="My AI usage pace is over 1B tokens/month (Top 0.01%). Check your stats: npx ccusage-ui">
|
|
12
|
+
<meta property="og:image" content="https://sowonlabs.github.io/ccusage-ui/screenshot.png">
|
|
13
|
+
|
|
14
|
+
<!-- Twitter -->
|
|
15
|
+
<meta property="twitter:card" content="summary_large_image">
|
|
16
|
+
<meta property="twitter:url" content="https://sowonlabs.github.io/ccusage-ui/share/grandmaster.html">
|
|
17
|
+
<meta property="twitter:title" content="I'm a Grandmaster AI User">
|
|
18
|
+
<meta property="twitter:description" content="My AI usage pace is over 1B tokens/month (Top 0.01%). Check your stats: npx ccusage-ui">
|
|
19
|
+
<meta property="twitter:image" content="https://sowonlabs.github.io/ccusage-ui/screenshot.png">
|
|
20
|
+
|
|
21
|
+
<script>window.location.href = "https://github.com/sowonlabs/ccusage-ui";</script>
|
|
22
|
+
<meta http-equiv="refresh" content="0;url=https://github.com/sowonlabs/ccusage-ui" />
|
|
23
|
+
</head>
|
|
24
|
+
<body>
|
|
25
|
+
<p>Redirecting to <a href="https://github.com/sowonlabs/ccusage-ui">ccusage-ui</a>...</p>
|
|
26
|
+
</body>
|
|
27
|
+
</html>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<title>Iron - Claude Code Usage</title>
|
|
6
|
+
|
|
7
|
+
<!-- Open Graph / Facebook -->
|
|
8
|
+
<meta property="og:type" content="website">
|
|
9
|
+
<meta property="og:url" content="https://sowonlabs.github.io/ccusage-ui/share/iron.html">
|
|
10
|
+
<meta property="og:title" content="I'm an Iron AI User">
|
|
11
|
+
<meta property="og:description" content="Just getting started with Claude Code! Check your stats: npx ccusage-ui">
|
|
12
|
+
<meta property="og:image" content="https://sowonlabs.github.io/ccusage-ui/screenshot.png">
|
|
13
|
+
|
|
14
|
+
<!-- Twitter -->
|
|
15
|
+
<meta property="twitter:card" content="summary_large_image">
|
|
16
|
+
<meta property="twitter:url" content="https://sowonlabs.github.io/ccusage-ui/share/iron.html">
|
|
17
|
+
<meta property="twitter:title" content="I'm an Iron AI User">
|
|
18
|
+
<meta property="twitter:description" content="Just getting started with Claude Code! Check your stats: npx ccusage-ui">
|
|
19
|
+
<meta property="twitter:image" content="https://sowonlabs.github.io/ccusage-ui/screenshot.png">
|
|
20
|
+
|
|
21
|
+
<script>window.location.href = "https://github.com/sowonlabs/ccusage-ui";</script>
|
|
22
|
+
<meta http-equiv="refresh" content="0;url=https://github.com/sowonlabs/ccusage-ui" />
|
|
23
|
+
</head>
|
|
24
|
+
<body>
|
|
25
|
+
<p>Redirecting to <a href="https://github.com/sowonlabs/ccusage-ui">ccusage-ui</a>...</p>
|
|
26
|
+
</body>
|
|
27
|
+
</html>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<title>Master - Claude Code Usage</title>
|
|
6
|
+
|
|
7
|
+
<!-- Open Graph / Facebook -->
|
|
8
|
+
<meta property="og:type" content="website">
|
|
9
|
+
<meta property="og:url" content="https://sowonlabs.github.io/ccusage-ui/share/master.html">
|
|
10
|
+
<meta property="og:title" content="I'm a Master AI User">
|
|
11
|
+
<meta property="og:description" content="My AI usage pace is over 500M tokens/month (Top 0.1%). Check your stats: npx ccusage-ui">
|
|
12
|
+
<meta property="og:image" content="https://sowonlabs.github.io/ccusage-ui/screenshot.png">
|
|
13
|
+
|
|
14
|
+
<!-- Twitter -->
|
|
15
|
+
<meta property="twitter:card" content="summary_large_image">
|
|
16
|
+
<meta property="twitter:url" content="https://sowonlabs.github.io/ccusage-ui/share/master.html">
|
|
17
|
+
<meta property="twitter:title" content="I'm a Master AI User">
|
|
18
|
+
<meta property="twitter:description" content="My AI usage pace is over 500M tokens/month (Top 0.1%). Check your stats: npx ccusage-ui">
|
|
19
|
+
<meta property="twitter:image" content="https://sowonlabs.github.io/ccusage-ui/screenshot.png">
|
|
20
|
+
|
|
21
|
+
<script>window.location.href = "https://github.com/sowonlabs/ccusage-ui";</script>
|
|
22
|
+
<meta http-equiv="refresh" content="0;url=https://github.com/sowonlabs/ccusage-ui" />
|
|
23
|
+
</head>
|
|
24
|
+
<body>
|
|
25
|
+
<p>Redirecting to <a href="https://github.com/sowonlabs/ccusage-ui">ccusage-ui</a>...</p>
|
|
26
|
+
</body>
|
|
27
|
+
</html>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<title>Platinum - Claude Code Usage</title>
|
|
6
|
+
|
|
7
|
+
<!-- Open Graph / Facebook -->
|
|
8
|
+
<meta property="og:type" content="website">
|
|
9
|
+
<meta property="og:url" content="https://sowonlabs.github.io/ccusage-ui/share/platinum.html">
|
|
10
|
+
<meta property="og:title" content="I'm a Platinum AI User">
|
|
11
|
+
<meta property="og:description" content="My AI usage pace is over 50M tokens/month. Check your stats: npx ccusage-ui">
|
|
12
|
+
<meta property="og:image" content="https://sowonlabs.github.io/ccusage-ui/screenshot.png">
|
|
13
|
+
|
|
14
|
+
<!-- Twitter -->
|
|
15
|
+
<meta property="twitter:card" content="summary_large_image">
|
|
16
|
+
<meta property="twitter:url" content="https://sowonlabs.github.io/ccusage-ui/share/platinum.html">
|
|
17
|
+
<meta property="twitter:title" content="I'm a Platinum AI User">
|
|
18
|
+
<meta property="twitter:description" content="My AI usage pace is over 50M tokens/month. Check your stats: npx ccusage-ui">
|
|
19
|
+
<meta property="twitter:image" content="https://sowonlabs.github.io/ccusage-ui/screenshot.png">
|
|
20
|
+
|
|
21
|
+
<script>window.location.href = "https://github.com/sowonlabs/ccusage-ui";</script>
|
|
22
|
+
<meta http-equiv="refresh" content="0;url=https://github.com/sowonlabs/ccusage-ui" />
|
|
23
|
+
</head>
|
|
24
|
+
<body>
|
|
25
|
+
<p>Redirecting to <a href="https://github.com/sowonlabs/ccusage-ui">ccusage-ui</a>...</p>
|
|
26
|
+
</body>
|
|
27
|
+
</html>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<title>Silver - Claude Code Usage</title>
|
|
6
|
+
|
|
7
|
+
<!-- Open Graph / Facebook -->
|
|
8
|
+
<meta property="og:type" content="website">
|
|
9
|
+
<meta property="og:url" content="https://sowonlabs.github.io/ccusage-ui/share/silver.html">
|
|
10
|
+
<meta property="og:title" content="I'm a Silver AI User">
|
|
11
|
+
<meta property="og:description" content="My AI usage pace is over 10M tokens/month. Check your stats: npx ccusage-ui">
|
|
12
|
+
<meta property="og:image" content="https://sowonlabs.github.io/ccusage-ui/screenshot.png">
|
|
13
|
+
|
|
14
|
+
<!-- Twitter -->
|
|
15
|
+
<meta property="twitter:card" content="summary_large_image">
|
|
16
|
+
<meta property="twitter:url" content="https://sowonlabs.github.io/ccusage-ui/share/silver.html">
|
|
17
|
+
<meta property="twitter:title" content="I'm a Silver AI User">
|
|
18
|
+
<meta property="twitter:description" content="My AI usage pace is over 10M tokens/month. Check your stats: npx ccusage-ui">
|
|
19
|
+
<meta property="twitter:image" content="https://sowonlabs.github.io/ccusage-ui/screenshot.png">
|
|
20
|
+
|
|
21
|
+
<script>window.location.href = "https://github.com/sowonlabs/ccusage-ui";</script>
|
|
22
|
+
<meta http-equiv="refresh" content="0;url=https://github.com/sowonlabs/ccusage-ui" />
|
|
23
|
+
</head>
|
|
24
|
+
<body>
|
|
25
|
+
<p>Redirecting to <a href="https://github.com/sowonlabs/ccusage-ui">ccusage-ui</a>...</p>
|
|
26
|
+
</body>
|
|
27
|
+
</html>
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8">
|
|
5
|
-
<title>Legendary User - Claude Code Usage</title>
|
|
6
|
-
|
|
7
|
-
<!-- Open Graph / Facebook -->
|
|
8
|
-
<meta property="og:type" content="website">
|
|
9
|
-
<meta property="og:url" content="https://sowonlabs.github.io/ccusage-ui/share/legendary.html">
|
|
10
|
-
<meta property="og:title" content="I'm a Legendary AI User (Opus 4.5 Class)">
|
|
11
|
-
<meta property="og:description" content="My AI usage pace is over 100M tokens/month. Check your local Claude Code stats with one command: npx ccusage-ui">
|
|
12
|
-
<meta property="og:image" content="https://sowonlabs.github.io/ccusage-ui/screenshot.png">
|
|
13
|
-
|
|
14
|
-
<!-- Twitter -->
|
|
15
|
-
<meta property="twitter:card" content="summary_large_image">
|
|
16
|
-
<meta property="twitter:url" content="https://sowonlabs.github.io/ccusage-ui/share/legendary.html">
|
|
17
|
-
<meta property="twitter:title" content="I'm a Legendary AI User (Opus 4.5 Class)">
|
|
18
|
-
<meta property="twitter:description" content="My AI usage pace is over 100M tokens/month. Check your local Claude Code stats with one command: npx ccusage-ui">
|
|
19
|
-
<meta property="twitter:image" content="https://sowonlabs.github.io/ccusage-ui/screenshot.png">
|
|
20
|
-
|
|
21
|
-
<!-- Redirect to main repo -->
|
|
22
|
-
<script>window.location.href = "https://github.com/sowonlabs/ccusage-ui";</script>
|
|
23
|
-
<meta http-equiv="refresh" content="0;url=https://github.com/sowonlabs/ccusage-ui" />
|
|
24
|
-
</head>
|
|
25
|
-
<body>
|
|
26
|
-
<p>Redirecting to <a href="https://github.com/sowonlabs/ccusage-ui">ccusage-ui</a>...</p>
|
|
27
|
-
</body>
|
|
28
|
-
</html>
|